Re: Fatal error: During Installation
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.