White page when moving forums

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.