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.
White page when moving forums
Vaz
New
Hi,
I've just moved my forums to a new host. I edited the \conf\settings.php file to reflect the new paths.
I also edited the database.php
upon visiting my forum i'm left with a white page.
If I rip open the source of the page there is nothing. my forums are located at http://www.xxxxx.com/forums/
How can I correct this error?
0
This discussion has been closed.
Comments
Check that log for the message, or turn on the error reporting (so they appear in the browser) and you will find theres a missing semicoln or something.
The script seems to be quitting early, and if that is missing it could trigger it.
Another thing to do is put an echo "Boo! ".$_SERVER['SCRIPT_FILENAME']." is working/done."; line at the beginning and end of every file you modified, if one is causing the script to exit early, it will print a line for working, but not one for done.