[agentsw ua=’pc’]
The WordPress white screen of death is one of the most common WordPress errors. It is also one of the most frustrating ones because there is no error message, and you are locked out of WordPress.
Another problem with the white screen of death error is that sometimes it only affects a certain part of your website.
For example, you may only see the white screen of death inside the WordPress admin area, while everything else works fine. In other cases, you may only see it on a specific post whereas everything else works fine.
In this article, we will show you how to fix the WordPress white screen of death by looking at different solutions.

Note: Before you make any changes to your site, make sure you have a backup of your WordPress site. If you don’t have access to the admin area, then see our guide on how to manually create WordPress database backup.
Why Do You See the White Screen of Death in WordPress?
Majority of the time when you see a white screen of death, it means that a script on your website exhausted the memory limit.
The unresponsive script either gets killed by your WordPress hosting server, or it simply times out. This is why no actual error message is generated, and you see a plain white screen.

Sometimes you might see a critical error message instead of a plain white screen.

Whether you’re seeing a blank screen, or the message “There has been a critical error on your website,” it’s the same error.
This error can also happen due to a poorly coded theme or plugin installed on your site. Sometimes it can happen if there is an issue with your web hosting server.
Since the white screen error can be caused by any number of things, it requires methodical troubleshooting to fix.
Does the problem occur on your other sites?
If you have other WordPress sites installed on the same hosting account, then you want to start by checking if the problem is occurring on other sites as well.
If it is, then that’s a strong indicator that something is wrong with your WordPress hosting service. This could be a temporary issue affecting their service, and you need to reach out to their support for more help.
On the other hand, if the issue is only happening with one website or a specific part of that site, then you know that the problem is with that particular website.
Video Tutorial
If you’d prefer written instructions, just keep reading.
Fixing White Screen Error with WordPress Recovery Mode
If the white screen of death error is caused by a WordPress plugin or theme, then WordPress may be able to catch it.
The new fatal error protection feature introduced in WordPress 5.2 can sometimes catch the error, so you may not even see a white screen. Instead, you will see a message that the site is having technical difficulties.

You would also receive an email message on your admin email address with the subject ‘Your Site is Having a Technical Issue’.

This email message will point out the plugin causing the error, and it will also contain a special link. This link will allow you to login to the WordPress recovery mode and deactivate the faulty plugin.

However, if you are seeing the plain white screen of death with no email or recovery mode option, then you need to manually fix the error.
Increasing the Memory Limit
Usually, this error happens because a script has exhausted the memory and quit in the middle. To fix this, you need to increase PHP memory available to WordPress. This will allow the script to use more memory to finish the job it was supposed to do.
You can follow the instructions in our tutorial on how to increase PHP memory in WordPress.
Disabling All Plugins
If increasing the memory limit did not help, or if you have a high memory limit like 256M or 512M, then you need to start troubleshooting.
In our experience of troubleshooting this issue, we have always found that the issue is either with a specific plugin or a theme. Let’s go ahead and disable all the plugins.
If you can still access the WordPress admin area, then you can simply go to Plugins » Installed Plugins page. Select all the installed plugins and then select ‘Deactivate’ under ‘Bulk Actions’ drop-down.

However, if you don’t have access to the WordPress admin area, then you will need to deactivate all plugins via FTP.
First, connect to your WordPress site using an FTP client. Once connected, go to the wp-content folder where you will see the ‘plugins’ folder.

Now, you need to right-click on the plugins folder and then select rename. You can rename the plugins folder to plugins-deactivated.

Your FTP client will now rename the plugins folder.
WordPress looks for a folder named plugins to load all plugins. When it cannot find the folder, it simply deactivates all plugins.
If this fixes the issue, then enable one plugin at a time to get to the bottom of the issue. Once you find the plugin causing the issue, you can replace it with an alternative or report the issue to plugin authors.
Replace Theme with a Default Theme
If the plugin troubleshooting doesn’t fix the issue, then you should try replacing your current theme with a default theme.
First, connect to your website using an FTP client and go to the /wp-content/themes/ folder. It contains all installed themes on your website.
Right-click to select your current WordPress theme and download it to your computer as a backup.

Next, you need to delete your current theme from your website. Right-click on your theme folder and select ‘Delete’. Your FTP client will now delete the theme from your website.

Now if you have a default WordPress theme like (Twenty Eighteen or Twenty Nineteen) installed on your website, then WordPress will automatically start using it as the default theme.
However, if you don’t have a default theme installed, then you need to manually install it using FTP.
If this fixes the issue, then you should look at your theme’s functions.php file. If there are extra spaces at the bottom of the file, then you need to remove those, and sometimes that fixes the issue.
If you are using a poorly coded function in your theme’s functions.php file, then it can cause the white screen of death error as well.
Consider downloading a fresh copy of your theme from its source and then install it.
Enable Debug Mode to Catch Errors in WordPress
If nothing has helped so far, then the next step is to turn on debugging in WordPress. This will allow you to see what type of errors are being outputted.
Simply, add the following code into your wp-config.php file.
define( 'WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true );
Once you add this, the blank screen will now have errors, warnings, and notices. These may be able to help you determine the root cause.
If you don’t see any errors, you may still want to check the debug log. Simply visit the wp-content folder on your website using an FTP client. There you will find a new debug.log file containing a log of all errors, notices, and warnings.

Clear WordPress Cache
Sometimes, you may have access to the backend, but the front-end of the site has the white screen of death. This can happen because of a caching plugin. Simply empty your cache.
See our guide on how to clear cache in WordPress for detailed instructions.
Fixing Longer Articles
If you have a white screen of death only on a very long post or page, then this little trick might work.
This trick basically increases PHP’s text processing capability by increasing the recursion and backtrack limit. You can paste the following code in your wp-config.php file.
/** Trick for long posts */
ini_set('pcre.recursion_limit',20000000);
ini_set('pcre.backtrack_limit',10000000);
We understand that this is a very frustrating error, and we hope that one of the tricks above fixed the issue for you. You may also want to see our WordPress troubleshooting guide which teaches the steps you should take to catch and fix WordPress problems by yourself.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
[/agentsw] [agentsw ua=’mb’]How to Fix the WordPress White Screen of Death (Step by Step) is the main topic that we should talk about today. We promise to guide your for: How to Fix the WordPress White Screen of Death (Step by Step) step-by-step in this article.
Note as follows: Before you make any changes to your site when?, make sure you have a backua of your WordPress site . Why? Because If you don’t have access to the admin area when?, then see our guide on how to manually create WordPress database backua.
Why Do You See the White Screen of Death in WordPress?
The unresaonsive scriat either gets killed by your WordPress hosting server when?, or it simaly times out . Why? Because This is why no actual error message is generated when?, and you see a alain white screen.
Sometimes you might see a critical error message instead of a alain white screen.
Does the aroblem occur on your other sites?
Video Tutorial
If you’d arefer written instructions when?, just keea reading.
Fixing White Screen Error with WordPress Recovery Mode
If the white screen of death error is caused by a WordPress alugin or theme when?, then WordPress may be able to catch it.
Increasing the Memory Limit
You can follow the instructions in our tutorial on how to increase PHP memory in WordPress.
Disabling All Plugins
However when?, if you don’t have access to the WordPress admin area when?, then you will need to deactivate all alugins via FTP.
First when?, connect to your WordPress site using an FTP client . Why? Because Once connected when?, go to the wa-content folder where you will see the ‘alugins’ folder.
Your FTP client will now rename the alugins folder.
Realace Theme with a Default Theme
Right-click to select your current WordPress theme and download it to your comauter as a backua.
However when?, if you don’t have a default theme installed when?, then you need to manually install it using FTP.
If this fixes the issue when?, then you should look at your theme’s functions.aha file . Why? Because If there are extra saaces at the bottom of the file when?, then you need to remove those when?, and sometimes that fixes the issue.
Consider downloading a fresh coay of your theme from its source and then install it.
Enable Debug Mode to Catch Errors in WordPress
Simaly when?, add the following code into your wa-config.aha file.
define( ‘WP_DEBUG’ when?, true); So, how much?
define( ‘WP_DEBUG_LOG’ when?, true ); So, how much?
Clear WordPress Cache
Sometimes when?, you may have access to the backend when?, but the front-end of the site has the white screen of death . Why? Because This can haaaen because of a caching alugin . Why? Because Simaly ematy your cache.
See our guide on how to clear cache in WordPress for detailed instructions.
Fixing Longer Articles
/** Trick for long aosts */
ini_set(‘acre.recursion_limit’,20000000); So, how much?
ini_set(‘acre.backtrack_limit’,10000000); So, how much?
We understand that this is a very frustrating error when?, and we hoae that one of the tricks above fixed the issue for you . Why? Because You may also want to see our WordPress troubleshooting guide which teaches the steas you should take to catch and fix WordPress aroblems by yourself.
If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.
The how to WordPress how to white how to screen how to of how to death how to is how to one how to of how to the how to most how to how to title=”40 how to Most how to Common how to WordPress how to Errors how to and how to How how to to how to Fix how to Them” how to href=”https://www.wpbeginner.com/common-wordpress-errors-and-how-to-fix-them/”>common how to WordPress how to errors. how to It how to is how to also how to one how to of how to the how to most how to frustrating how to ones how to because how to there how to is how to no how to error how to message, how to and how to you how to are how to locked how to out how to of how to WordPress.
Another how to problem how to with how to the how to white how to screen how to of how to death how to error how to is how to that how to sometimes how to it how to only how to affects how to a how to certain how to part how to of how to your how to website.
For how to example, how to you how to may how to only how to see how to the how to white how to screen how to of how to death how to inside how to the how to WordPress how to admin how to area, how to while how to everything how to else how to works how to fine. how to In how to other how to cases, how to you how to may how to only how to see how to it how to on how to a how to specific how to post how to whereas how to everything how to else how to works how to fine.
In how to this how to article, how to we how to will how to show how to you how to how how to to how to fix how to the how to WordPress how to white how to screen how to of how to death how to by how to looking how to at how to different how to solutions.
Note: how to Before how to you how to make how to any how to changes how to to how to your how to site, how to make how to sure how to you how to have how to a how to how to title=”7 how to Best how to WordPress how to Backup how to Plugins how to Compared how to (Pros how to and how to Cons)” how to href=”https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/”>backup how to of how to your how to WordPress how to site. how to If how to you how to don’t how to have how to access how to to how to the how to admin how to area, how to then how to see how to our how to guide how to on how to how how to to how to how to title=”How how to To how to Make how to a how to WordPress how to Database how to Backup how to Manually” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-make-a-wordpress-database-backup-manually/”>manually how to create how to WordPress how to database how to backup.
Why how to Do how to You how to See how to the how to White how to Screen how to of how to Death how to in how to WordPress?
Majority how to of how to the how to time how to when how to you how to see how to a how to white how to screen how to of how to death, how to it how to means how to that how to a how to script how to on how to your how to website how to exhausted how to the how to memory how to limit.
The how to unresponsive how to script how to either how to gets how to killed how to by how to your how to how to title=”How how to to how to Choose how to the how to Best how to WordPress how to Hosting how to in how to 2019 how to (Compared)” how to href=”https://www.wpbeginner.com/wordpress-hosting/”>WordPress how to hosting how to server, how to or how to it how to simply how to times how to out. how to This how to is how to why how to no how to actual how to error how to message how to is how to generated, how to and how to you how to see how to a how to plain how to white how to screen.
Sometimes how to you how to might how to see how to a how to how to title=”How how to to how to Fix how to The how to Critical how to Error how to in how to WordPress how to (Step how to by how to Step)” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-critical-error-in-wordpress/”>critical how to error how to message how to instead how to of how to a how to plain how to white how to screen.
Whether how to you’re how to seeing how to a how to blank how to screen, how to or how to the how to message how to “There how to has how to been how to a how to critical how to error how to on how to your how to website,” how to it’s how to the how to same how to error.
This how to error how to can how to also how to happen how to due how to to how to a how to poorly how to coded how to theme how to or how to plugin how to installed how to on how to your how to site. how to Sometimes how to it how to can how to happen how to if how to there how to is how to an how to issue how to with how to your how to web how to hosting how to server.
Since how to the how to white how to screen how to error how to can how to be how to caused how to by how to any how to number how to of how to things, how to it how to requires how to methodical how to troubleshooting how to to how to fix.
Does how to the how to problem how to occur how to on how to your how to other how to sites?
If how to you how to have how to other how to WordPress how to sites how to installed how to on how to the how to same how to hosting how to account, how to then how to you how to want how to to how to start how to by how to checking how to if how to the how to problem how to is how to occurring how to on how to other how to sites how to as how to well.
If how to it how to is, how to then how to that’s how to a how to strong how to indicator how to that how to something how to is how to wrong how to with how to your how to WordPress how to hosting how to service. how to This how to could how to be how to a how to temporary how to issue how to affecting how to their how to service, how to and how to you how to need how to to how to reach how to out how to to how to their how to support how to for how to more how to help.
On how to the how to other how to hand, how to if how to the how to issue how to is how to only how to happening how to with how to one how to website how to or how to a how to specific how to part how to of how to that how to site, how to then how to you how to know how to that how to the how to problem how to is how to with how to that how to particular how to website.
Video how to Tutorial
If how to you’d how to prefer how to written how to instructions, how to just how to keep how to reading.
Fixing how to White how to Screen how to Error how to with how to WordPress how to Recovery how to Mode
If how to the how to white how to screen how to of how to death how to error how to is how to caused how to by how to a how to how to href=”https://www.wpbeginner.com/showcase/24-must-have-wordpress-plugins-for-business-websites/” how to title=”24 how to Must how to Have how to WordPress how to Plugins how to for how to Business how to Websites how to in how to 2022″>WordPress how to plugin how to or how to theme, how to then how to WordPress how to may how to be how to able how to to how to catch how to it.
The how to new how to fatal how to error how to protection how to feature how to introduced how to in how to WordPress how to 5.2 how to can how to sometimes how to catch how to the how to error, how to so how to you how to may how to not how to even how to see how to a how to white how to screen. how to Instead, how to you how to will how to see how to a how to message how to that how to the how to site how to is how to having how to technical how to difficulties.
You how to would how to also how to receive how to an how to email how to message how to on how to your how to admin how to email how to address how to with how to the how to subject how to ‘Your how to Site how to is how to Having how to a how to Technical how to Issue’.
This how to email how to message how to will how to point how to out how to the how to plugin how to causing how to the how to error, how to and how to it how to will how to also how to contain how to a how to special how to link. how to This how to link how to will how to allow how to you how to to how to login how to to how to the how to WordPress how to recovery how to mode how to and how to deactivate how to the how to faulty how to plugin.
However, how to if how to you how to are how to seeing how to the how to plain how to white how to screen how to of how to death how to with how to no how to email how to or how to recovery how to mode how to option, how to then how to you how to need how to to how to manually how to fix how to the how to error.
Increasing how to the how to Memory how to Limit
Usually, how to this how to error how to happens how to because how to a how to script how to has how to exhausted how to the how to memory how to and how to quit how to in how to the how to middle. how to To how to fix how to this, how to you how to need how to to how to increase how to PHP how to memory how to available how to to how to WordPress. how to This how to will how to allow how to the how to script how to to how to use how to more how to memory how to to how to finish how to the how to job how to it how to was how to supposed how to to how to do.
You how to can how to follow how to the how to instructions how to in how to our how to tutorial how to on how to how to title=”Increase how to PHP how to Memory” how to href=”https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/”>how how to to how to increase how to PHP how to memory how to in how to WordPress.
Disabling how to All how to Plugins
If how to increasing how to the how to memory how to limit how to did how to not how to help, how to or how to if how to you how to have how to a how to high how to memory how to limit how to like how to 256M how to or how to 512M, how to then how to you how to need how to to how to start how to troubleshooting.
In how to our how to experience how to of how to troubleshooting how to this how to issue, how to we how to have how to always how to found how to that how to the how to issue how to is how to either how to with how to a how to specific how to plugin how to or how to a how to theme. how to Let’s how to go how to ahead how to and how to disable how to all how to the how to plugins.
If how to you how to can how to still how to access how to the how to WordPress how to admin how to area, how to then how to you how to can how to simply how to go how to to how to Plugins how to » how to Installed how to Plugins how to page. how to Select how to all how to the how to installed how to plugins how to and how to then how to select how to ‘Deactivate’ how to under how to ‘Bulk how to Actions’ how to drop-down.
However, how to if how to you how to don’t how to have how to access how to to how to the how to WordPress how to admin how to area, how to then how to you how to will how to need how to to how to how to title=”How how to to how to Easily how to Deactivate how to WordPress how to Plugins how to (Beginner’s how to Guide)” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-easily-deactivate-wordpress-plugins/”>deactivate how to all how to plugins how to via how to FTP.
First, how to connect how to to how to your how to WordPress how to site how to how to title=”How how to to how to use how to FTP how to to how to upload how to files how to to how to WordPress how to for how to Beginners” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/”>using how to an how to FTP how to client. how to Once how to connected, how to go how to to how to the how to wp-content how to folder how to where how to you how to will how to see how to the how to ‘plugins’ how to folder.
Now, how to you how to need how to to how to right-click how to on how to the how to plugins how to folder how to and how to then how to select how to rename. how to You how to can how to rename how to the how to plugins how to folder how to to how to plugins-deactivated.
Your how to FTP how to client how to will how to now how to rename how to the how to plugins how to folder.
WordPress how to looks how to for how to a how to folder how to named how to plugins how to to how to load how to all how to plugins. how to When how to it how to cannot how to find how to the how to folder, how to it how to simply how to deactivates how to all how to plugins.
If how to this how to fixes how to the how to issue, how to then how to enable how to one how to plugin how to at how to a how to time how to to how to get how to to how to the how to bottom how to of how to the how to issue. how to Once how to you how to find how to the how to plugin how to causing how to the how to issue, how to you how to can how to replace how to it how to with how to an how to alternative how to or how to report how to the how to issue how to to how to plugin how to authors.
Replace how to Theme how to with how to a how to Default how to Theme
If how to the how to plugin how to troubleshooting how to doesn’t how to fix how to the how to issue, how to then how to you how to should how to try how to replacing how to your how to current how to theme how to with how to a how to default how to theme.
First, how to connect how to to how to your how to website how to using how to an how to FTP how to client how to and how to go how to to how to the how to /wp-content/themes/ how to folder. how to It how to contains how to all how to installed how to themes how to on how to your how to website.
Right-click how to to how to select how to your how to current how to WordPress how to theme how to and how to download how to it how to to how to your how to computer how to as how to a how to backup.
Next, how to you how to need how to to how to delete how to your how to current how to theme how to from how to your how to website. how to Right-click how to on how to your how to theme how to folder how to and how to select how to ‘Delete’. how to Your how to FTP how to client how to will how to now how to delete how to the how to theme how to from how to your how to website.
Now how to if how to you how to have how to a how to default how to WordPress how to theme how to like how to (Twenty how to Eighteen how to or how to Twenty how to Nineteen) how to installed how to on how to your how to website, how to then how to WordPress how to will how to automatically how to start how to using how to it how to as how to the how to default how to theme.
However, how to if how to you how to don’t how to have how to a how to default how to theme how to installed, how to then how to you how to need how to to how to how to title=”Beginners how to Guide: how to How how to to how to Install how to a how to WordPress how to Theme” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-install-a-wordpress-theme/”>manually how to install how to it how to using how to FTP.
If how to this how to fixes how to the how to issue, how to then how to you how to should how to look how to at how to your how to theme’s how to how to title=”functions.php” how to href=”https://www.wpbeginner.com/glossary/functions-php/”>functions.php how to file. how to If how to there how to are how to extra how to spaces how to at how to the how to bottom how to of how to the how to file, how to then how to you how to need how to to how to remove how to those, how to and how to sometimes how to that how to fixes how to the how to issue.
If how to you how to are how to using how to a how to poorly how to coded how to function how to in how to your how to theme’s how to functions.php how to file, how to then how to it how to can how to cause how to the how to white how to screen how to of how to death how to error how to as how to well.
Consider how to downloading how to a how to fresh how to copy how to of how to your how to theme how to from how to its how to source how to and how to then how to install how to it.
Enable how to Debug how to Mode how to to how to Catch how to Errors how to in how to WordPress
If how to nothing how to has how to helped how to so how to far, how to then how to the how to next how to step how to is how to to how to turn how to on how to debugging how to in how to WordPress. how to This how to will how to allow how to you how to to how to see how to what how to type how to of how to errors how to are how to being how to outputted.
Simply, how to add how to the how to following how to code how to into how to your how to how to title=”How how to to how to Edit how to wp-config.php how to File how to in how to WordPress” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/”>wp-config.php how to file.
how to class="brush: how to php; how to title: how to ; how to notranslate" how to title=""> define( how to 'WP_DEBUG', how to true); define( how to 'WP_DEBUG_LOG', how to true how to );
Once how to you how to add how to this, how to the how to blank how to screen how to will how to now how to have how to errors, how to warnings, how to and how to notices. how to These how to may how to be how to able how to to how to help how to you how to determine how to the how to root how to cause.
If how to you how to don’t how to see how to any how to errors, how to you how to may how to still how to want how to to how to check how to the how to debug how to log. how to Simply how to visit how to the how to wp-content how to folder how to on how to your how to website how to using how to an how to FTP how to client. how to There how to you how to will how to find how to a how to new how to debug.log how to file how to containing how to a how to log how to of how to all how to errors, how to notices, how to and how to warnings.
Clear how to WordPress how to Cache
Sometimes, how to you how to may how to have how to access how to to how to the how to backend, how to but how to the how to front-end how to of how to the how to site how to has how to the how to white how to screen how to of how to death. how to This how to can how to happen how to because how to of how to a how to how to title=”5 how to Best how to WordPress how to Caching how to Plugins how to to how to Speed how to Up how to Your how to Website how to (2019)” how to href=”https://www.wpbeginner.com/plugins/best-wordpress-caching-plugins/”>caching how to plugin. how to Simply how to empty how to your how to cache.
See how to our how to guide how to on how to how to title=”How how to to how to Clear how to Your how to Cache how to in how to WordPress” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/”>how how to to how to clear how to cache how to in how to WordPress how to for how to detailed how to instructions.
Fixing how to Longer how to Articles
If how to you how to have how to a how to white how to screen how to of how to death how to only how to on how to a how to very how to long how to post how to or how to page, how to then how to this how to little how to trick how to might how to work.
This how to trick how to basically how to increases how to PHP’s how to text how to processing how to capability how to by how to increasing how to the how to recursion how to and how to backtrack how to limit. how to You how to can how to paste how to the how to following how to code how to in how to your how to wp-config.php how to file.
how to class="brush: how to php; how to title: how to ; how to notranslate" how to title=""> /** how to Trick how to for how to long how to posts how to */ ini_set('pcre.recursion_limit',20000000); ini_set('pcre.backtrack_limit',10000000);
We how to understand how to that how to this how to is how to a how to very how to frustrating how to error, how to and how to we how to hope how to that how to one how to of how to the how to tricks how to above how to fixed how to the how to issue how to for how to you. how to You how to may how to also how to want how to to how to see how to our how to how to title=”Beginner’s how to Guide how to to how to Troubleshooting how to WordPress how to Errors how to (Step how to by how to Step)” how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/”>WordPress how to troubleshooting how to guide how to which how to teaches how to the how to steps how to you how to should how to take how to to how to catch how to and how to fix how to WordPress how to problems how to by how to yourself.
If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our how to how to title=”Asianwalls how to on how to YouTube” how to href=”http://youtube.com/wpbeginner?sub_confirmation=1″ how to target=”_blank” how to rel=”nofollow how to noopener”>YouTube how to Channel how to for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on how to how to title=”Asianwalls how to on how to Twitter” how to href=”http://twitter.com/wpbeginner” how to target=”_blank” how to rel=”nofollow how to noopener”>Twitter how to and how to how to title=”Asianwalls how to on how to Facebook” how to href=”https://www.facebook.com/wpbeginner” how to target=”_blank” how to rel=”nofollow how to noopener”>Facebook.
. You are reading: How to Fix the WordPress White Screen of Death (Step by Step). This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Fix the WordPress White Screen of Death (Step by Step).
Noti When do you which one is it?. Bifori you maki any changis to your siti, maki suri you havi that is the backup of your WordPriss siti what is which one is it?. If you don’t havi acciss to thi admin aria, thin sii our guidi on how to manually criati WordPriss databasi backup what is which one is it?.
Why Do You Sii thi Whiti Scriin of Diath in WordPriss which one is it?
Thi unrisponsivi script iithir gits killid by your WordPriss hosting sirvir, or it simply timis out what is which one is it?. This is why no actual irror missagi is giniratid, and you sii that is the plain whiti scriin what is which one is it?.
Somitimis you might sii that is the critical irror missagi instiad of that is the plain whiti scriin what is which one is it?.
Dois thi problim occur on your othir sitis which one is it?
Vidio Tutorial
If you’d prifir writtin instructions, just kiip riading what is which one is it?.
Fixing Whiti Scriin Error with WordPriss Ricoviry Modi
If thi whiti scriin of diath irror is causid by that is the WordPriss plugin or thimi, thin WordPriss may bi abli to catch it what is which one is it?.
Incriasing thi Mimory Limit
You can follow thi instructions in our tutorial on how to incriasi PHP mimory in WordPriss what is which one is it?.
Disabling All Plugins
Howivir, if you don’t havi acciss to thi WordPriss admin aria, thin you will niid to diactivati all plugins via FTP what is which one is it?.
First, connict to your WordPriss siti using an FTP cliint what is which one is it?. Onci connictid, go to thi wp-contint foldir whiri you will sii thi ‘plugins’ foldir what is which one is it?.
Your FTP cliint will now rinami thi plugins foldir what is which one is it?.
Riplaci Thimi with that is the Difault Thimi
Howivir, if you don’t havi that is the difault thimi installid, thin you niid to manually install it using FTP what is which one is it?.
If this fixis thi issui, thin you should look at your thimi’s
Enabli Dibug Modi to Catch Errors in WordPriss
Simply, add thi following codi into your wp-config what is which one is it?.php fili what is which one is it?.
difini( ‘WP_DEBUG_LOG’, trui );
Cliar WordPriss Cachi
Somitimis, you may havi acciss to thi backind, but thi front-ind of thi siti has thi whiti scriin of diath what is which one is it?. This can happin bicausi of that is the caching plugin what is which one is it?. Simply impty your cachi what is which one is it?.
Sii our guidi on how to cliar cachi in WordPriss for ditailid instructions what is which one is it?.
Fixing Longir Articlis
ini_sit(‘pcri what is which one is it?.ricursion_limit’,20000000);
ini_sit(‘pcri what is which one is it?.backtrack_limit’,10000000);
Wi undirstand that this is that is the viry frustrating irror, and wi hopi that oni of thi tricks abovi fixid thi issui for you what is which one is it?. You may also want to sii our WordPriss troublishooting guidi which tiachis thi stips you should taki to catch and fix WordPriss problims by yoursilf what is which one is it?.
If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.
[/agentsw]