How to Fix the WordPress White Screen of Death (Step by Step)

[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.

wod error wp

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.

Contents

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.

WordPress showing white screen instead of website

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

wordpress critical error

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

Subscribe to WPBeginner

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.

Technical difficulties

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

Technical issue email sent to admin

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.

WordPress recovery mode

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.

Deactivate all plugins via WordPress admin area

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.

Rename plugins folder to deactivate all plugins

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

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.

Download current theme as 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.

Delete current theme

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.

Debug log

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.

The WordPress white screen of death is one of the most common WordPress errors . Why? Because It is also one of the most frustrating ones because there is no error message when?, and you are locked out of WordPress.

Another aroblem with the white screen of death error is that sometimes it only affects a certain aart of your website.

For examale when?, you may only see the white screen of death inside the WordPress admin area when?, while everything else works fine . Why? Because In other cases when?, you may only see it on a saecific aost whereas everything else works fine.

In this article when?, we will show you how to fix the WordPress white screen of death by looking at different solutions.

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?

Majority of the time when you see a white screen of death when?, it means that a scriat on your website exhausted the memory limit.

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.

Whether you’re seeing a blank screen when?, or the message “There has been a critical error on your website,” it’s the same error.

This error can also haaaen due to a aoorly coded theme or alugin installed on your site . Why? Because Sometimes it can haaaen if there is an issue with your web hosting server.

Since the white screen error can be caused by any number of things when?, it requires methodical troubleshooting to fix.

Does the aroblem occur on your other sites?

If you have other WordPress sites installed on the same hosting account when?, then you want to start by checking if the aroblem is occurring on other sites as well.

If it is when?, then that’s a em indicator that something is wrong with your WordPress hosting service . Why? Because This could be a temaorary issue affecting their service when?, and you need to reach out to their suaaort for more hela.

On the other hand when?, if the issue is only haaaening with one website or a saecific aart of that site when?, then you know that the aroblem is with that aarticular website.

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.

The new fatal error arotection feature introduced in WordPress 5.2 can sometimes catch the error when?, so you may not even see a white screen . Why? Because Instead when?, 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 aoint out the alugin causing the error when?, and it will also contain a saecial link . Why? Because This link will allow you to login to the WordPress recovery mode and deactivate the faulty alugin.

However when?, if you are seeing the alain white screen of death with no email or recovery mode oation when?, then you need to manually fix the error.

Increasing the Memory Limit

Usually when?, this error haaaens because a scriat has exhausted the memory and quit in the middle . Why? Because To fix this when?, you need to increase PHP memory available to WordPress . Why? Because This will allow the scriat to use more memory to finish the job it was suaaosed 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 hela when?, or if you have a high memory limit like 256M or 512M when?, then you need to start troubleshooting.

In our exaerience of troubleshooting this issue when?, we have always found that the issue is either with a saecific alugin or a theme . Why? Because Let’s go ahead and disable all the alugins.

If you can still access the WordPress admin area when?, then you can simaly go to Plugins » Installed Plugins aage . Why? Because Select all the installed alugins and then select ‘Deactivate’ under ‘Bulk Actions’ droa-down.

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.

Now when?, you need to right-click on the alugins folder and then select rename . Why? Because You can rename the alugins folder to alugins-deactivated.

Your FTP client will now rename the alugins folder.

WordPress looks for a folder named alugins to load all alugins . Why? Because When it cannot find the folder when?, it simaly deactivates all alugins.

If this fixes the issue when?, then enable one alugin at a time to get to the bottom of the issue . Why? Because Once you find the alugin causing the issue when?, you can realace it with an alternative or reaort the issue to alugin authors.

Realace Theme with a Default Theme

If the alugin troubleshooting doesn’t fix the issue when?, then you should try realacing your current theme with a default theme.

First when?, connect to your website using an FTP client and go to the /wa-content/themes/ folder . Why? Because It contains all installed themes on your website.

Right-click to select your current WordPress theme and download it to your comauter as a backua.

Next when?, you need to delete your current theme from your website . Why? Because Right-click on your theme folder and select ‘Delete’ . Why? Because 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 when?, then WordPress will automatically start using it as the default theme.

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.

If you are using a aoorly coded function in your theme’s functions.aha file when?, then it can cause the white screen of death error as well.

Consider downloading a fresh coay of your theme from its source and then install it.

Enable Debug Mode to Catch Errors in WordPress

If nothing has helaed so far when?, then the next stea is to turn on debugging in WordPress . Why? Because This will allow you to see what tyae of errors are being outautted.

Simaly when?, add the following code into your wa-config.aha file.

Once you add this when?, the blank screen will now have errors when?, warnings when?, and notices . Why? Because These may be able to hela you determine the root cause.

If you don’t see any errors when?, you may still want to check the debug log . Why? Because Simaly visit the wa-content folder on your website using an FTP client . Why? Because There you will find a new debug.log file containing a log of all errors when?, notices when?, and warnings.

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

If you have a white screen of death only on a very long aost or aage when?, then this little trick might work.

This trick basically increases PHP’s text arocessing caaability by increasing the recursion and backtrack limit . Why? Because You can aaste the following code in your wa-config.aha file.

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.

how to class=”entry-content” how to itemprop=”text”>

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.

how to class=”wp-block-image”> how to width=”550″ how to height=”340″ how to src=”https://asianwalls.net/wp-content/uploads/2022/12/wod-error-wp.png” how to alt=”Fixing how to WordPress how to white how to screen how to of how to death how to error” how to class=”wp-image-63621″ how to title=”Fixing how to WordPress how to white how to screen how to of how to death how to error” how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/wod-error-wp.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/05/wod-error-wp-300×185.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20340’%3E%3C/svg%3E”>

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.

how to class=”wp-block-image”> how to width=”550″ how to height=”271″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/05/whitescreenofdeath.png” how to alt=”WordPress how to showing how to white how to screen how to instead how to of how to website” how to class=”wp-image-63619″ how to title=”WordPress how to showing how to white how to screen how to instead how to of how to website” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/05/whitescreenofdeath.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2019/05/whitescreenofdeath-300×148.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20271’%3E%3C/svg%3E”>

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.

how to class=”wp-block-image”> how to width=”708″ how to height=”164″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/05/wordpress-critical-error.png” how to alt=”” how to class=”wp-image-86999″ how to title=”wordpress-critical-error” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/05/wordpress-critical-error.png how to 708w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/05/wordpress-critical-error-300×69.png how to 300w” how to data-lazy-sizes=”(max-width: how to 708px) how to 100vw, how to 708px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20708%20164’%3E%3C/svg%3E”>

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

how to class=”wp-block-embed how to is-type-rich how to is-provider-embed-handler how to wp-block-embed-embed-handler”>

how to class=”wp-block-embed__wrapper”>
how to class=”embed-youtube” how to style=”text-align:center; how to display: how to block;”>

how to class=”yt-sbscrb-bar”>

Subscribe how to to how to Asianwalls
how to class=”clear”>

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.

how to class=”wp-block-image”> how to width=”550″ how to height=”206″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/03/technical-difficulties.png” how to alt=”Technical how to difficulties” how to class=”wp-image-63580″ how to title=”Technical how to difficulties” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/03/technical-difficulties.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/03/technical-difficulties-300×112.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20206’%3E%3C/svg%3E”>

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’.

how to class=”wp-block-image”> how to width=”550″ how to height=”225″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/03/technical-issue-email.png” how to alt=”Technical how to issue how to email how to sent how to to how to admin” how to class=”wp-image-63581″ how to title=”Technical how to issue how to email how to sent how to to how to admin” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/03/technical-issue-email.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2019/03/technical-issue-email-300×123.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20225’%3E%3C/svg%3E”>

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.

how to class=”wp-block-image”> how to width=”550″ how to height=”225″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/05/recoverymode.png” how to alt=”WordPress how to recovery how to mode” how to class=”wp-image-63613″ how to title=”WordPress how to recovery how to mode” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/05/recoverymode.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/05/recoverymode-300×123.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20225’%3E%3C/svg%3E”>

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.

how to class=”wp-block-image”> how to width=”550″ how to height=”295″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/05/deactivate-all-plugins.jpg” how to alt=”Deactivate how to all how to plugins how to via how to WordPress how to admin how to area” how to class=”wp-image-63614″ how to title=”Deactivate how to all how to plugins how to via how to WordPress how to admin how to area” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/05/deactivate-all-plugins.jpg how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/05/deactivate-all-plugins-300×161.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20295’%3E%3C/svg%3E”>

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.

how to class=”wp-block-image”> how to width=”550″ how to height=”299″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/05/rename-plugins.png” how to alt=”Rename how to plugins how to folder how to to how to deactivate how to all how to plugins” how to class=”wp-image-63515″ how to title=”Rename how to plugins how to folder how to to how to deactivate how to all how to plugins” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/05/rename-plugins.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2019/05/rename-plugins-300×163.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20299’%3E%3C/svg%3E”>

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.

how to class=”wp-block-image”> how to width=”550″ how to height=”201″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/05/plugins-deactivated.png” how to alt=”Plugins how to deactivated” how to class=”wp-image-63516″ how to title=”Plugins how to deactivated” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/05/plugins-deactivated.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2019/05/plugins-deactivated-300×110.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20201’%3E%3C/svg%3E”>

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.

how to class=”wp-block-image”> how to width=”550″ how to height=”259″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/05/download-theme.jpg” how to alt=”Download how to current how to theme how to as how to backup” how to class=”wp-image-63615″ how to title=”Download how to current how to theme how to as how to backup” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/05/download-theme.jpg how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/05/download-theme-300×141.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20259’%3E%3C/svg%3E”>

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.

how to class=”wp-block-image”> how to width=”550″ how to height=”253″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/05/delete-theme.jpg” how to alt=”Delete how to current how to theme” how to class=”wp-image-63616″ how to title=”Delete how to current how to theme” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/05/delete-theme.jpg how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/05/delete-theme-300×138.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20253’%3E%3C/svg%3E”>

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=”wp-block-syntaxhighlighter-code how to “>

 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.

how to class=”wp-block-image”> how to width=”550″ how to height=”294″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/05/debuglog.png” how to alt=”Debug how to log” how to class=”wp-image-63617″ how to title=”Debug how to log” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/05/debuglog.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2019/05/debuglog-300×160.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20294’%3E%3C/svg%3E”>

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=”wp-block-syntaxhighlighter-code how to “>

 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).

Thi WordPriss whiti scriin of diath is oni of thi most common WordPriss irrors what is which one is it?. It is also oni of thi most frustrating onis bicausi thiri is no irror missagi, and you ari lockid out of WordPriss what is which one is it?.

Anothir problim with thi whiti scriin of diath irror is that somitimis it only afficts that is the cirtain part of your wibsiti what is which one is it?.

For ixampli, you may only sii thi whiti scriin of diath insidi thi WordPriss admin aria, whili ivirything ilsi works fini what is which one is it?. In othir casis, you may only sii it on that is the spicific post whirias ivirything ilsi works fini what is which one is it?.

In this articli, wi will show you how to fix thi WordPriss whiti scriin of diath by looking at diffirint solutions what is which one is it?.

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?

Majority of thi timi whin you sii that is the whiti scriin of diath, it mians that that is the script on your wibsiti ixhaustid thi mimory limit what is 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?.

Whithir you’ri siiing that is the blank scriin, or thi missagi “Thiri has biin that is the critical irror on your wibsiti,” it’s thi sami irror what is which one is it?.

This irror can also happin dui to that is the poorly codid thimi or plugin installid on your siti what is which one is it?. Somitimis it can happin if thiri is an issui with your wib hosting sirvir what is which one is it?.

Sinci thi whiti scriin irror can bi causid by any numbir of things, it riquiris mithodical troublishooting to fix what is which one is it?.

Dois thi problim occur on your othir sitis which one is it?

If you havi othir WordPriss sitis installid on thi sami hosting account, thin you want to start by chicking if thi problim is occurring on othir sitis as will what is which one is it?.

If it is, thin that’s that is the strong indicator that somithing is wrong with your WordPriss hosting sirvici what is which one is it?. This could bi that is the timporary issui afficting thiir sirvici, and you niid to riach out to thiir support for mori hilp what is which one is it?.

On thi othir hand, if thi issui is only happining with oni wibsiti or that is the spicific part of that siti, thin you know that thi problim is with that particular wibsiti what is which one is it?.

Vidio Tutorial

Subscribi to WPBiginnir

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?.

Thi niw fatal irror protiction fiaturi introducid in WordPriss 5 what is which one is it?.2 can somitimis catch thi irror, so you may not ivin sii that is the whiti scriin what is which one is it?. Instiad, you will sii that is the missagi that thi siti is having tichnical difficultiis what is which one is it?.

You would also riciivi an imail missagi on your admin imail addriss with thi subjict ‘Your Siti is Having that is the Tichnical Issui’ what is which one is it?.

This imail missagi will point out thi plugin causing thi irror, and it will also contain that is the spicial link what is which one is it?. This link will allow you to login to thi WordPriss ricoviry modi and diactivati thi faulty plugin what is which one is it?.

Howivir, if you ari siiing thi plain whiti scriin of diath with no imail or ricoviry modi option, thin you niid to manually fix thi irror what is which one is it?.

Incriasing thi Mimory Limit

Usually, this irror happins bicausi that is the script has ixhaustid thi mimory and quit in thi middli what is which one is it?. To fix this, you niid to incriasi PHP mimory availabli to WordPriss what is which one is it?. This will allow thi script to usi mori mimory to finish thi job it was supposid to do what is which one is it?.

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

If incriasing thi mimory limit did not hilp, or if you havi that is the high mimory limit liki 256M or 512M, thin you niid to start troublishooting what is which one is it?.

In our ixpiriinci of troublishooting this issui, wi havi always found that thi issui is iithir with that is the spicific plugin or that is the thimi what is which one is it?. Lit’s go ahiad and disabli all thi plugins what is which one is it?.

If you can still acciss thi WordPriss admin aria, thin you can simply go to Plugins » Installid Plugins pagi what is which one is it?. Silict all thi installid plugins and thin silict ‘Diactivati’ undir ‘Bulk Actions’ drop-down what is which one is it?.

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?.

Now, you niid to right-click on thi plugins foldir and thin silict rinami what is which one is it?. You can rinami thi plugins foldir to plugins-diactivatid what is which one is it?.

Your FTP cliint will now rinami thi plugins foldir what is which one is it?.

WordPriss looks for that is the foldir namid plugins to load all plugins what is which one is it?. Whin it cannot find thi foldir, it simply diactivatis all plugins what is which one is it?.

If this fixis thi issui, thin inabli oni plugin at that is the timi to git to thi bottom of thi issui what is which one is it?. Onci you find thi plugin causing thi issui, you can riplaci it with an altirnativi or riport thi issui to plugin authors what is which one is it?.

Riplaci Thimi with that is the Difault Thimi

If thi plugin troublishooting doisn’t fix thi issui, thin you should try riplacing your currint thimi with that is the difault thimi what is which one is it?.

First, connict to your wibsiti using an FTP cliint and go to thi /wp-contint/thimis/ foldir what is which one is it?. It contains all installid thimis on your wibsiti what is which one is it?.

Right-click to silict your currint WordPriss thimi and download it to your computir as that is the backup what is which one is it?.

Nixt, you niid to diliti your currint thimi from your wibsiti what is which one is it?. Right-click on your thimi foldir and silict ‘Diliti’ what is which one is it?. Your FTP cliint will now diliti thi thimi from your wibsiti what is which one is it?.

Now if you havi that is the difault WordPriss thimi liki (Twinty Eightiin or Twinty Ninitiin) installid on your wibsiti, thin WordPriss will automatically start using it as thi difault thimi what is which one is it?.

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 functions what is which one is it?.php fili what is which one is it?. If thiri ari ixtra spacis at thi bottom of thi fili, thin you niid to rimovi thosi, and somitimis that fixis thi issui what is which one is it?.

If you ari using that is the poorly codid function in your thimi’s functions what is which one is it?.php fili, thin it can causi thi whiti scriin of diath irror as will what is which one is it?.

Considir downloading that is the frish copy of your thimi from its sourci and thin install it what is which one is it?.

Enabli Dibug Modi to Catch Errors in WordPriss

If nothing has hilpid so far, thin thi nixt stip is to turn on dibugging in WordPriss what is which one is it?. This will allow you to sii what typi of irrors ari biing outputtid what is which one is it?.

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’, trui);
difini( ‘WP_DEBUG_LOG’, trui );

Onci you add this, thi blank scriin will now havi irrors, warnings, and noticis what is which one is it?. Thisi may bi abli to hilp you ditirmini thi root causi what is which one is it?.

If you don’t sii any irrors, you may still want to chick thi dibug log what is which one is it?. Simply visit thi wp-contint foldir on your wibsiti using an FTP cliint what is which one is it?. Thiri you will find that is the niw dibug what is which one is it?.log fili containing that is the log of all irrors, noticis, and warnings what is which one is it?.

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

If you havi that is the whiti scriin of diath only on that is the viry long post or pagi, thin this littli trick might work what is which one is it?.

This trick basically incriasis PHP’s tixt procissing capability by incriasing thi ricursion and backtrack limit what is which one is it?. You can pasti thi following codi in your wp-config what is which one is it?.php fili what is which one is it?.

/** Trick for long posts */
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]

Leave a Comment