I am unable to get out of a loop going back to the setup screen. This was not happening when I installed the software (Dreamhost) last night, however, a bug that was not letting anyone log in prompted me to do a full re-install on a clean database.
Things only got worse.
My installation (now at http://cantfix.us/chatterbox/) will write the DB and will write a config file but will not stop returning me to step one. I really like this forum's integration, it's miles ahead of bbPress. I'd really like to use it!
Any suggestions? Is there a debug mode I can enable?
Answers
Yes in conf folder , config-defaults.php
Set debug to true , line 38 i think
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I found the debug... didn't end up needing it (yet) as the answer was pretty obvious in a white error screen. Running setup a second time yields this:
Fatal error: Class 'CategoryModel' not found in /.../cantfix.us/chatterbox/applications/vanilla/settings/structure.php on line 65
Has anyone seen this before?
It's in this loop...
if ($CategoryExists) { $CategoryModel = new CategoryModel(); $CategoryModel->RebuildTree(); unset($CategoryModel); }
So it would appear to be breaking on category creation. But why?
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Incorrect post here, edited
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •