Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: My admin page displays, but nothing works!


chrishajer
Participant

@chrishajer

It looks like all the files were not uploaded properly. For example, the stylesheet is missing:

http://www.redsunday.net/forums/bb-templates/kakumei/style.css

Or possibly, you have pretty permalinks or slugs turned on, and they’re not supported by your host (very common with GoDaddy and Dreamhost, I think.) Modify this line in your config.php from 'slugs' or true to false like this:

$bb->mod_rewrite = false;

If all the files were uploaded properly, I would guess this is your problem.

Skip to toolbar