Skip to:
Content
Pages
Categories
Search
Top
Bottom

bb-config error on installation

  • Hi,

    I’m trying to install a new bb-press form, and have followed the quick installation instructions — unzip, upload, visit URL. I’m getting the following error:

    Parse error: syntax error, unexpected ‘=’ in /home/cmpg/www/www/site/forum/bb-config.php on line 22

    Problem is, there is no bb-config.php at this point in the installation, at least according to the instructions.

    Manually creating a bb-config (from the included sample file) and filling in the appropriate information yields the same result.

Viewing 2 replies - 1 through 2 (of 2 total)

  • chrishajer
    Participant

    @chrishajer

    My guess is you have a weird character in the secret key (like a single or double quote) that is confusing the next line in bb-config.php. Check for that in your secret key. Maybe post the secret key here, but just swap a couple numbers or letters around before posting it (don’t change anything but a-z or 0-9: leave all the other weird ones in there.)

    hello

    I have same error : error, unexpected T_STRING in /home/foraje/public_html/bb-config.php on line 5

    define( ‘BBDB_NAME’, ‘foraje_*****’ );

    define( ‘BBDB_USER’, ‘foraje_*****’ );

    define( ‘BBDB_PASSWORD’, ‘*******’ );

    define( ‘BBDB_HOST’, ‘localhost’ );

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    define( ‘BBDB_COLLATE’, ” );

    define(‘BB_AUTH_KEY’, ‘**********’);

    define(‘BB_SECURE_AUTH_KEY’, ‘***********’);

    define(‘BB_LOGGED_IN_KEY’, ‘****************’);

    define(‘BB_NONCE_KEY’, ‘**************’);

    $bb_table_prefix = ‘bb_’;

    define( ‘BB_LANG’, ” );

    site is http://www.forajeapa.ro

    I try 5 diffrent .htaccess, i don’t have anything else installed on this site….PLS HELP

    If i change a letter in password i receive error – cannot conect to database – si i thing that untill password everything is ok – prblems is with local host or something ????

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar