FYI, if you're getting a blank screen and you have the error reporting directives on, you've already tried things like:
error_reporting(E_ALL);
ini_set("display_errors", 1);
Assuming you have error logging on, it might be that your web server doesn't have write permissions to it's default...