Tag Archives: WSOD

Turn on WP_DEBUG to have WordPress kick out error messages

I’m troubleshooting a White Screen of Death (WSOD) problem in my project’s plug-in right now, so this is especially relevant. Amplify’d from codex.wordpress.org Eliminate PHP errors in your plugin. Add define(‘WP_DEBUG’, true); to your wp-config.php file, try all of your … Continue reading

Posted in Development, Uncategorized | Tagged , | Comments Off on Turn on WP_DEBUG to have WordPress kick out error messages