How to Fix the WordPress White Screen of Death (WSoD)? Print

  • 0

How to Fix the WordPress White Screen of Death (WSoD)

If your website has suddenly turned into a blank white page, don't panic. This usually happens due to a plugin conflict, a theme error, or reaching your server's memory limit.

Follow these steps in order to bring your site back online.


Step 1: Use the "Check WordPress Integrity" Tool

Before manually digging through files, let our automated system scan for the problem.

  1. Log in to your Nixzoehost Client Area.

  2. Go to Services > WordPress Management.

  3. Scroll to the bottom and click the button labeled Check WordPress Integrity.

  4. The Fix: This tool compares your files to the official WordPress versions. If a core file is corrupted or missing, it will offer to "Reinstall Core Files" for you. This often fixes the issue instantly without losing your data.


Step 2: Increase Your PHP Memory Limit

Sometimes a heavy plugin (like a page builder) simply runs out of "breathing room."

  1. In your WordPress Management dashboard, look for the Tools section.

  2. Check your PHP Memory Limit. If it is set to 128M or 256M, it may be too low.

  3. Action: Click the Settings icon and increase the limit to 512M. Refresh your website; if it loads, the memory limit was the culprit.


Step 3: Disable Your Plugins (The "Safe Mode" Trick)

90% of white screens are caused by a faulty plugin. If you can't access your WP Admin, you can disable them from cPanel.

  1. In the WordPress Management dashboard, click the Plugins tab.

  2. You will see a list of all installed plugins with toggle switches.

  3. Action: Switch all plugins to OFF.

  4. Check your website. If it works, turn your plugins back on one by one. The moment the white screen returns, you have found the "broken" plugin.


Step 4: Switch to a Default Theme

If plugins aren't the problem, your theme might be.

  1. In the WordPress Management dashboard, click the Themes tab.

  2. Find a default theme (like Twenty Twenty-Four) and click Activate.

  3. If your site reappears, your previous theme has a code error. You may need to reinstall the theme or contact the theme developer.


Step 5: Check for a ".maintenance" File

If your site went white during an update, WordPress might be "stuck" in maintenance mode.

  1. Open the File Manager from your cPanel.

  2. Go to your public_html folder.

  3. Look for a file named .maintenance.

  4. Action: Delete this file. Refresh your site.


Troubleshooting Summary

If you see a white screen... Try this tool first:
After an update Delete the .maintenance file in File Manager.
Suddenly/Out of nowhere Run Check WordPress Integrity.
After installing a plugin Use the Plugins Tab to deactivate the new plugin.
On a very large page Increase PHP Memory Limit to 512M.

Nixzoehost Recovery Tip: If none of these steps work, remember that we take Daily Automated Backups. You can use the Back Up / Restore tool in your dashboard to roll your entire site back to yesterday's version with one click.


Was this answer helpful?

« Back