How Do I Fix the WordPress White Screen Error? Print

  • White Screen of Death, WSoD, WordPress Error, Troubleshooting, Site Down
  • 0

The "White Screen of Death" (WSoD) is a common WordPress error where your site shows a blank white page with no error message. This usually happens due to a PHP memory limit issue or a fatal error from a plugin/theme.

Here is how to fix it:

Fix 1: Increase PHP Memory Limit

  1. Access your site via FTP or cPanel File Manager.

  2. Find the file named wp-config.php in your root WordPress directory.

  3. Edit the file and add the following line just above the line that says /* That's all, stop editing! Happy publishing. */:
    define('WP_MEMORY_LIMIT', '256M');

  4. Save the file and refresh your site.

Fix 2: Deactivate All Plugins
If you can't access the admin panel, rename the plugins folder via FTP:

  1. Go to /wp-content/ .

  2. Rename the plugins folder to plugins_old .

  3. This deactivates all plugins. Reload your site. If it comes back, a plugin was the culprit.

  4. Rename the folder back to plugins, then rename individual plugin folders one by one inside to find the bad one.

Fix 3: Switch to a Default Theme

  1. In /wp-content/themes/ , rename your current active theme's folder (e.g., rename twentytwentysix to twentytwentysix_old).

  2. WordPress will automatically fall back to a default theme (like Twenty Twenty-Four).

  3. If the site works, your theme was the issue.


Was this answer helpful?

« Back

Powered by WHMCompleteSolution