How do I fix the white screen on WordPress?

Development, Hosting, Wordpress

Wondering what you do if you ever crashed WordPress and got the white screen of death?

  1. Clear your browser cache
  2. Disable all active plugins
  3. Replace your theme
  4. Enable debug mode
  5. Adjust your server’s memory limit
  6. Restore a backup
  7. Resolve auto-update failures
  8. Check your WordPress file permissions

Set WP_DEBUG to False with the following definition.

define( ‘WP_DEBUG’, false );

Set the PHP Options to Display Errors in the PHP Options section of the dashboard.

After running these processes you should start to see some errors appear.

I have enabled the display error and the website is showing the error details below.

Leave a Comment