Your
vb forum cookie prefix will be bb by default in the config file
You mean blank page as in white? sounds to me like a memory_limit issue. You might need to up the php memory_limit variable.
You can place this at the top of uploadphoto.php to see if it helps
ini_set("memory_limit", "24M");