I am getting the wordpress white screen of death.
I want to display error messages. I tried define('WP_DEBUG', true)
However it does not display any error messages.
Is there a work around?
I am getting the wordpress white screen of death.
I want to display error messages. I tried define('WP_DEBUG', true)
However it does not display any error messages.
Is there a work around?
You must be logged in to post a comment.
put in ob_start(); in wp-config.php on top
The general approach that fixed it.