bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

parse error on line 71 of config.php

(3 posts)
  • Started 1 year ago by antonskey
  • Latest reply from antonskey
  • This topic is resolved
  1. I am receiving a parse error when attempting to install bbpress. I receive the error:

    Parse error: syntax error, unexpected ':' in /home/.delta/kpeatt/canadanoise/board/config.php on line 71

    when line 71 of config.php states:

    $bb->wp_home = http://canadanoise.com; // WordPress - Options->General: Blog address (URL) // No trailing slash

    I fail to see a problem with that line, so any help would be appreciated

    Posted 1 year ago #
  2. Probably quotes:
    $bb->wp_home = "http://canadanoise.com"; // WordPress - Options->General: Blog address (URL) // No trailing slash

    Posted 1 year ago #
  3. thanks, that worked great, now if only i could get the bbpress->wordpress plugin working

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.