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.
-
Log in to your Nixzoehost Client Area.
-
Go to Services > WordPress Management.
-
Scroll to the bottom and click the button labeled Check WordPress Integrity.
-
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."
-
In your WordPress Management dashboard, look for the Tools section.
-
Check your PHP Memory Limit. If it is set to 128M or 256M, it may be too low.
-
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.
-
In the WordPress Management dashboard, click the Plugins tab.
-
You will see a list of all installed plugins with toggle switches.
-
Action: Switch all plugins to OFF.
-
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.
-
In the WordPress Management dashboard, click the Themes tab.
-
Find a default theme (like Twenty Twenty-Four) and click Activate.
-
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.
-
Open the File Manager from your cPanel.
-
Go to your
public_htmlfolder. -
Look for a file named
.maintenance. -
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.