Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Fatal error: During Installation


chrishajer
Participant

@chrishajer

That sounds like a permalinks issue. If you change the mod_rewrite line to false in your config.php, and it works, then you know pretty permalinks are messing things up.

Should look like this when you’re done:

$bb->mod_rewrite = false;

If things work after that, then you can figure out what about your configuration is not allowing the permalinks to work.

Skip to toolbar