Forums

Join
bbPress Support ForumsInstallationInstallation problem

Info

Installation problem

  1. Warning: constant() [function.constant]: Couldn't find constant BBDB_HOST in /home/africao2/public_html/forum/bbpress/bb-includes/db-mysqli.php on line 54

    Could someone help interpret this please?

    I have installed bb on my wordpress site but it shows the above warning and no theme in visible. Thanks.

  2. Make sure you have all the files uploaded to that folder because it seems it is having trouble finding something in that file reference.

    Trent

  3. No the error message is not showing but there is no theme and it can't log to server http://africanloft.com/forums/

  4. Looks like this is wrong in your config.php:

    $bb->uri = 'http://africanloft/forums/';

    should be:

    $bb->uri = 'http://africanloft.com/forums/';

    Looks like you forgot the .com?

    It's also possible the ('BBDB_HOST', 'localhost') setting is wrong, but I saw the lack of a .com in the source for your page. None of the links on the index page work because they are all pointed to http://africanloft/forums/{whatever}

  5. You must log in to post.