Stock install of 2.1b - something went wrong
Just installed a default installation of 2.1b with no edits.
All friendly URL's work, apart from threads which brings me to the 'something went wrong' page. Anyone had this? What's the fix
Best Answers
-
whu606 MVP
2.0.18.8 is the current stable version of Vanilla.
21b is beta software, aimed at developers or those willing to test it. As such, issues would be better reported on Github.
Adding this line to your config.php file should give you a more detailed error report:
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
6 -
Kasper Vanilla Staff
By the way, this takes care of setting the deverror master view and enabling debug messages in 2.1:
$Configuration['Debug'] = TRUE;
Slightly easier than what had to be done in 2.0.
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
7
Answers
@ChrisGwynne
2.0.18.8 is the current stable version of Vanilla.
21b is beta software, aimed at developers or those willing to test it. As such, issues would be better reported on Github.
Adding this line to your config.php file should give you a more detailed error report:
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
please search for bonk, or something went wrong.
grep is your friend.
By the way, this takes care of setting the deverror master view and enabling debug messages in 2.1:
Slightly easier than what had to be done in 2.0.
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub