Not the  best thing to see when you open your website:

In this post, we'll explore  ten ways to fix the WordPress  White Screen of Death.

1.

Check your error logs.

If you get something like this, you'll need to increase your PHP memory limit.

Got error 'PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 126976 bytes) in /home/sites/x/x/xxxxxx/public_html/wp-includes/wp-db.php on line 2162'

Flight Path

2.

No recent errors?

Then you need to try the WordPress Debugger. Add this to wp-config file:

define('WP_DEBUG', true);

This may show the reason for the White Screen of Death (WSoD).

3.

Still no error logs?

It's time to start deactivating plugins and themes, using 20i WordPress Tools.

Curved Arrow

4.

No WordPress Tools?

No worries, you can turn themes off using the wp-admin:

5.

No WordPress Tools?

You can do the same with plugins:

Curved Arrow

6.

But what if wp-admin is suffering from WSoD?

- Get coding with...

7.

Or you can change to a different theme, deactivating the current one..

8.

Or use the file manager:

Curved Arrow

9.

Or change the theme using the database:

Curved Arrow

10.

Flight Path

Or use file permissions!

If you're still having trouble, see our full article here:

Flight Path

Hope we've helped.  :)

(and don't panic!)