Temporarily edit your index.php file and add these lines at the top (after the first opening tag):
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
// $Id: index.php,v 1.94 2007/12/26...
Then I went back again to the blank white page and I saw that there were some syntax errors in my template. After fixing those errors in my template I deleted again that chunk of code to avoid others seeing diagnostic errors in the site.
It was a quick solution, but if that did not solve your problems, try checking out these links:
Hello,
ReplyDeleteYour post was very helpful for me. I was able to read one of the error and fixed it.
Thanks and Good Day,
Prasad