Forums

Join
bbPress Support ForumsTroubleshootingadmin page not displaying properly

Info

admin page not displaying properly

  1. 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.

  2. The forum is located here:
    http://claystreet.uparkforfree.com/bbpress/index.php

    But 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.

  3. You must log in to post.