Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problems installing Vanilla
Hi,
I'm trying to migrate an existing installation of Vanilla to a new server, but I'm having problems. All I get on the index page is a blank page. If I run through install.php, I get to the point of typing in my DB info, but I get a blank page after I submit that form too.
Here's the relevant info:
* Apache2 + PHP5 + Debian Sarge + MySql 5.0.19
* PHP seems OK, because:
* a test page with phpinfo() shows fine.
* If I put a bogus agAPPLICATION_PATH in settings.php, I get some PHP error output as expected
* I've turned up php error logging as far as I know how, but there is nothing in the apache error log. PHP is indeed logging errors to the apache error log, because if I force an error in a page it shows up in the log.
How can I debug this? Is there any way I can get an error message with some clue at to what is wrong?
Thanks,
Chad
thewoolleyman AT gmail DOT com
0
This discussion has been closed.
Comments
In other words: there is nothing I could have done in the vanilla code to report errors of any kind. It would hit the error and the PHP parser would shut down. No more code is touched, so no errors get reported.