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.
Settings.php causes an Internal Server Error 500
Hi all
I recently installed Vanilla forum on my site, just wanted to play around with it as it looked cool. Set it all up, all seemed to be functioning. However, whenever I go to settings.php, I get an Internal Server Error 500.
I can't figure out why this is, my host even had a look and didn't know what was wrong.
I'm sure that my host has all the requirements to run Vanilla, has anyone else had this happen to them?
Vanilla is installed in a subfolder at http://abenweek.net/vanilla
My root points to my Wordpress installation, which is also in it's own folder.
Any help would be appreciated :)
0
Comments
I'm willing to bet that you don't meet the current application requirements in one way or another, because all possible errors should be trapped by the application.
This doesn't mean that you can't run Vanilla. It just means that we've got to figure out what your problem is so that we can fix it for the next revision.
And to that end, a phpinfo dump would be very helpful.
Create a phpinfo.php file and place the following code inside it:
<? phpinfo(); ?>
Then upload to your server and view from your web browser.