Diagnosing a WordPress White Screen Print

  • plugins, troubleshooting, white-screen, wordpress
  • 0

A blank WordPress page can be caused by PHP or database errors. WordPress documentation lists plugin conflicts, theme problems, memory limits, and damaged core files among common causes.

  1. Check the WordPress debug log and cPanel Errors before changing files.
  2. If the problem began after a plugin change, deactivate the suspected plugin.
  3. If wp-admin is unavailable and plugins are suspected, temporarily rename the wp-content/plugins directory to deactivate plugins, then restore the directory name and reactivate plugins individually.
  4. If a theme change caused the failure, switch to a known-good/default theme when possible.
  5. Check PHP memory errors and the selected PHP version.

Use backups before replacing WordPress core files or changing the database.


Was this answer helpful?

« Back