Info
- 4 posts
- 3 voices
- Started 4 years ago by imnakoya
- Latest reply from chrishajer
- This topic is not resolved
Installation problem
-
- Posted 4 years ago #
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.
-
- Posted 4 years ago #
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
-
- Posted 4 years ago #
No the error message is not showing but there is no theme and it can't log to server http://africanloft.com/forums/
-
- Posted 4 years ago #
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} -
You must log in to post.