Info
- 2 posts
- 2 voices
- Started 4 years ago by gro11ver
- Latest reply from chrishajer
- This topic is not resolved
admin page not displaying properly
-
- Posted 4 years ago #
I installed and seem to have a database connection, yet my page looks like this: http://claystreet.uparkforfree.com/bbpress/index.php.
i cant find info how to fix this. thanks for helping. -
- Posted 4 years ago #
The forum is located here:
http://claystreet.uparkforfree.com/bbpress/index.phpBut the config entry is wrong, because the server thinks the URI for the site is here:
http://claystreet.uparkforfree.com/forum.html/So, in your config.php, you have this:
$bb->uri = 'http://claystreet.uparkforfree.com/forum.html/';instead of this:
$bb->uri = 'http://claystreet.uparkforfree.com/bbpress/';Change that line, and you'll be good to go. The site looks like that because the path to the style.css file is wrong (among other things). In fact, once the URI is corrected, the site looks like this:
http://www.chrishajer.com/bike/XLF/ClayStreet.png
Good luck.
-
You must log in to post.