90
How to Fix the White Screen of Death (WSOD) in WordPress
1. Introduction
Encountering a blank white screen when accessing your WordPress site can be alarming. This phenomenon, commonly referred to as the White Screen of Death (WSOD), leaves no error messages or clues, making it a perplexing issue for many. Whether you’re a seasoned developer or a casual blogger, understanding and resolving WSOD is crucial to maintaining your site’s uptime and reliability.

2. Common Causes of WSOD
Several factors can lead to WSOD, including:
- Plugin Conflicts: Incompatible or poorly coded plugins can disrupt site functionality.(GoDaddy)
- Theme Issues: Errors within a theme’s code can prevent pages from rendering.
- Exhausted Memory Limits: PHP memory limits may be insufficient for certain operations.(Bluehost)
- Corrupted Core Files: Missing or damaged WordPress core files can halt site processes.
- Server Configuration Problems: Misconfigured servers or outdated PHP versions can cause WSOD.(Reddit)
3. Initial Troubleshooting Steps
Before diving into specific solutions:
- Check Admin Access: Attempt to access your site’s admin panel at
yourdomain.com/wp-admin. If accessible, the issue may be theme or plugin-related.(WordPress.org) - Verify Error Messages: Some browsers may display HTTP errors like 500 Internal Server Error, providing hints.
- Review Recent Changes: Consider any recent updates or installations that could have triggered the issue.
4. Disabling All Plugins
Using the Dashboard:
- Navigate to
Plugins>Installed Plugins. - Select all plugins and choose
Deactivatefrom the bulk actions menu. - Check if the site loads correctly.
Via FTP or File Manager:
- Access your site’s files using FTP or your hosting control panel’s File Manager.
- Navigate to
wp-contentand rename thepluginsfolder toplugins_old. - If the site loads, the issue lies with one of the plugins.
- Rename the folder back to
pluginsand deactivate plugins individually to identify the culprit.
5. Switching to a Default Theme
Through the Dashboard:
- Go to
Appearance>Themes. - Activate a default theme like Twenty Twenty-One
- Check if the site displays correctly.
Via FTP:
- Access
wp-content/themesAnd rename your active theme’s folder. - WordPress will revert to a default theme automatically
- If the site loads, the issue is with your previous theme.
6. Increasing PHP Memory Limit
Editing wp-config.php:
- Locate
wp-config.phpin your site’s root directory. - Add the following line before the final
?>tag:define('WP_MEMORY_LIMIT', '256M');
- Save the file and refresh your site.
Modifying php.ini or .htaccess:
- In
php.ini, add:
memory_limit = 256M
- In
.htaccess, add:
php_value memory_limit 256M
Contacting Hosting Provider:
If you’re unable to modify these files, reach out to your hosting provider to increase the PHP memory limit.(Bluehost)
7. Enabling Debug Mode
- Open
wp-config.php. - Locate the line:(Kinsta®)
define('WP_DEBUG', false);
- Change it to:
define('WP_DEBUG', true);
- Save the file and reload your site. Error messages should now display, aiding in diagnosis.(WordPress.org)
8. Clearing Cache
- Browser Cache: Clear your browser’s cache or try accessing the site in incognito mode.
- WordPress Caching Plugins: If you use plugins like WP Super Cache or W3 Total Cache, clear their caches through their settings.
- Server-Side Caching: Some hosts provide caching mechanisms; clear these via your hosting control panel.
9. Checking File Permissions
Incorrect file permissions can lead to WSOD. Ensure:
- Files: Set to
644. - Folders: Set to
755.
Use FTP or your hosting control panel to adjust permissions accordingly.
10. Restoring from Backup
If you have a recent backup:
- Access your hosting control panel or backup plugin.(Reddit)
- Initiate the restore process to revert your site to a functional state.(YouTube)
Regular backups are essential for quick recovery from issues like WSOD.
11. Reinstalling WordPress Core Files
To replace potentially corrupted core files:
- Download the latest WordPress version from wordpress.org.
- Extract the files and delete the
wp-contentfolder. - Upload the remaining files to your site’s root directory via FTP, overwriting existing files.
- This process preserves your content and settings while refreshing core files.
12. Contacting Hosting Provider
If all else fails, your hosting provider may offer insights:
- Provide them with details of the issue and steps taken.
- They can check server logs, configurations, and other potential server-side problems.
13. Preventing Future WSOD Occurrences
- Regular Updates: Keep WordPress, themes, and plugins updated.
- Staging Environments: Test changes on a staging site before applying them live.
- Monitoring Tools: Use uptime monitoring services to get alerts for site issues.
14. Using Recovery Mode (WordPress 5.2+)
How to jow.to delete facebook account | Yes delete facebook account how
- 9 Best Teading Platform in KuvetBest Trading Platform in Kuwait 2026 (Beginner & Professional Guide) Trading in Kuwait is growing very fast in 2026. Many people in Kuwait are now investing in stocks, forex, crypto, commodities, and CFDs to build extra income. But choosing the best trading platform in Kuwait is very important for safety, profits, and smooth trading. In
- kuwait money to indian money Best 1best investment apps reddit Kuwait Money to Indian Money: Kuwait Dinar to INR Conversion (2026 Updated Guide) If you want to know Kuwait money to Indian money conversion, you’re not alone. The Kuwaiti Dinar (KWD) is the world’s strongest currency, and thousands of Indians working in Kuwait send money to India every month. In this
- best investment apps redditHere’s a look at what Reddit users most often mention when discussing “best investment apps reddit” — for US and global investors, and also for Indian investors — along with pros/cons and what kind of investor each app might suit. I’ve based this on Reddit posts & community sentiment (from r/IndianStockMarket, r/mutualfunds, and global investing
- Best investment apps 2026Here’s a detailed list of the Best Investment Apps, based on ease of use, returns, features, and user reviews, suitable for both beginners and serious investors. Best Investment Apps 2026 (Global + India) App Name Best For Features Platform Groww (India) Beginners in mutual funds Stocks, Mutual Funds, SIP, US Stocks Android, iOS, Web Upstox
- make money on survey | Make Money online high-paying survey websites 2026make money on survey | Make Money online with high-paying online survey websites that are trusted, legit, and offer better payouts than typical platforms. These can be great for earning extra money if you’re consistent and live in countries like the US, UK, Canada, Australia, or India. best investment apps reddit How Alexa Ranking Works
