Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
New install - "Bonk" message
I'm trying to install the latest build of Vanilla 2 on my hosting account. At first, it didn't work because my host didn't support PDO, but I got them to enable it and it is now installed.
However, when I upload the Vanilla files to my server and visit my URL, I am redirected to /index.php/garden/gardensetup and get the most cryptic error message I've ever seen:
"Bonk - Something funky happened. Please bear with us while we iron out the kinks."
This seems to be a new message - the change to replace the detailed error page with this message on Github was only put up yesterday.
I tried it on another hosting account as a test and the install ran flawlessly. The only difference I can see between the two servers is the "PDO Driver for MySQL, client library version". On the working server, it's 5.0.85 and on the "Bonk" server it's 5.0.87.
Does anyone have any idea what's happening? Thanks in advance.
However, when I upload the Vanilla files to my server and visit my URL, I am redirected to /index.php/garden/gardensetup and get the most cryptic error message I've ever seen:
"Bonk - Something funky happened. Please bear with us while we iron out the kinks."
This seems to be a new message - the change to replace the detailed error page with this message on Github was only put up yesterday.
I tried it on another hosting account as a test and the install ran flawlessly. The only difference I can see between the two servers is the "PDO Driver for MySQL, client library version". On the working server, it's 5.0.85 and on the "Bonk" server it's 5.0.87.
Does anyone have any idea what's happening? Thanks in advance.
0
Comments
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
The old style error.
This new error master view is to get some non-scary error message to the end user.
I'm sure the message will change once it's close to release to something more neutral.
Maybe displaying a message saying where it could be changed back in case of issue. Or maybe, add it as a configuration parameter during setup, with a change to nice by default.
PDO Driver for MySQL, client library version 5.0.45
Then, I have met all the other requirements, and I turned on the verbose error logging and I get this scary error (see snippet below). Any help would be greatly appreciated!!! Tks in advance!
Fatal Error in PHP.ErrorHandler();
Smarty error: the $compile_dir '/home/content/m/a/n/manicyouth/html/forum/cache/Smarty/compile' does not exist, or is not a directory.
@oliveolive if you find a resolution please post it