Categories
wordpress

Debug WordPress PHP Whitescreen of Death

This article highlights what you need to do to debug a WordPress Whitescreen of Death whether in the dashboard or frontend.

Go to:

wp-config.php

Then change:

define('WP_DEBUG', false);

To:

define('WP_DEBUG', true);

Source: Tutsplus Fix WordPress White Screen of Death