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);
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);