How to fix WordPress Blank Page Error

404-notfound

The Following tutorial shows numerous ways in which to fix white blank page error.

Note: Please take the backup of your web site before you make any changes.

Why does one get this Blank Page Error?

The white screen of death, indicates that you just exhausted the memory limit. This might be caused by a WordPress plugin that you just using that’s not operational right. It might further be induced by a poorly coded theme that you just have installed on the web log domain or there’s a problem along with your web hosting server. Since numbers of things cause the problem, it should involve troubleshooting.

Increase the Memory Limit:

Normally this happens as a result of PHP memory is getting used up. Use our tutorial on a way to increase PHP memory in WordPress.

Disable all the Installed Plugins

In case increasing the memory limit didn’t assist, disable all the Installed Plugins and begin troubleshooting. this can be done as a result of the problem is either with a particular plugin or with a topic.

Doing this can solve the problem. If disabling all the Installed Plugins don’t work then activate one plugin at a time to search out the underlying reason for the problem.

Replace Customised Theme

If the plugin troubleshooting doesn’t fix the problem, you’ll be able to additionally replace the customised theme with a default theme given by WordPress.

However, before you proceed keep a back up of your theme folder and then delete the theme. WordPress can automatically switch to the default theme twentyeleven.

Other means is to login to cPanel -> phpMyAdmin and update the database tables in wp_options. the subsequent table names would got to be updated: template, stylesheet, and current_theme. Change the value to twentyeleven. If this fixes the problem, you’ll be able to additionally check for theme’s functions.php file and remove any extra spaces at the bottom to solve the problem.

Other Fixes

If none of the above troubleshooting works, then you should attempt to re-set up a new copy of WordPress as a result of it would be possible that core file might get corrupted. Add the subsequent code in your wp-config.php file.

error_reporting(E_ALL); ini_set('display_errors', 1);
define( 'WP_DEBUG', true);

Once you add this, the blank screen will now have errors, warnings, and notices which can assist you determine the root cause.
Sometimes, you’ll have access to the backend, however the front-end of the site has the white screen of death. This can happen as a result of a caching plugin. Simply empty your cache.