Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Site not working in Safari WordPress

  • SOLVED

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?

Answers (5)

2015-02-04

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.

2015-02-04

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

2015-02-04

Reigel Gallarde answers:

it's also white on my chrome... what's in it anyway.. I can see facebook codes....

2015-02-04

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..

2015-02-04

Arnav Joy answers:

I can see its working on safari and also in chrome..