bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

admin page not displaying properly

(2 posts)
  • Started 10 months ago by gro11ver
  • Latest reply from chrishajer
  • This topic is not resolved
  1. gro11ver
    Member

    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 10 months ago #
  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.

    Posted 10 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.