Hi Guys
This site has a white screen but only in Safari or Internet Explorer
http://iamnickwilliams.com
Where do I start to troubleshoot it please?
zebra webdesigns answers:
Hi Steve
in wp-config file change define('WP_DEBUG', false);
from false to True and see if you get any error
seems inner pages are working fine.
http://iamnickwilliams.com/books/
zebra webdesigns comments:
try disabling the plugins and see which plugin causing the conflict.
Dbranes answers:
The
<body>...</body>
part is missing. Only the
<head>...</head>
part is showing.
Do you have any PHP errors in your error logs or are there exit/die commants in your files?
Dbranes comments:
Any new plugins installed?
Dbranes comments:
It looks like only the front-page is affected.
So you might want to check the corresponding theme files
Reigel Gallarde answers:
it's also white on my chrome... what's in it anyway.. I can see facebook codes....
Romel Apuya answers:
try adding
error_reporting(E_ALL);
ini_set("display_errors", 1);
in your config.php to see errors.
Romel Apuya comments:
its even white in firefox..