In this post, we'll explore ten ways to fix the WordPress White Screen of Death.
1.
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'
2.
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).
It's time to start deactivating plugins and themes, using 20i WordPress Tools.
No worries, you can turn themes off using the wp-admin:
You can do the same with plugins:
- Get coding with...
Or you can change to a different theme, deactivating the current one..
(and don't panic!)