Site icon NavThemes

Methods to Fix White Screen Error in WordPress

how to fix white screen of death error

White Screen of Death!!

Doesn’t it look like some disease?

Yes it is the disease, not for human beings but for WordPress.

In this article we are going to talk about WordPress screen of death.

Sometimes, you may see that website was running fine and suddenly it turned blank! What could be the reason?

Even one of the possibility is that the WordPress site is loading fine but dashboard is not and this is the unsettling thing about WordPress. So, what is the actual reason?

Let’s talk about symptoms and cure of white screen of death in WordPress, so called WSOD.

Problems and Solution of White Screen of Death Error

  1. Plugin Related Issues

Sometimes the conflict could be created between the theme (which you are currently using) and plugin (new plugin or updating existing plugin). In that case, you can simply disable that plugin and everything will be fine. Now, the problem is how will you disable the plugin when your dashboard is not working. The people who are using WordPress for a long time must have some hint running in their mind.

Did you get that?
Yes! Exactly. You need to access your WordPress plugin directory via FTP. How will you do that?

It is a simple task, firstly you must have credentials of FTP and the correct permissions for your WordPress directory. After that follow the steps mentioned below:

You can also disable all the plugins at once very easily. Just rename the plugins folder and create the new one and then move one by one plugins to the new folder and activate them in an individual way.

So, you will get to know what is causing WordPress white screen of death (WSOD). After that, disable that plugin and your site will run normally.

    1. Theme Related Issues

 

These theme related issues have same origin as of the plugins.

  1. Exceed the Memory Limit

There is the possibility that you have over grown your memory limit. The traffic which is bigger in amount require more space that your current hosting provider not providing. Now, it’s time for an upgradation.

What you need to do is to increase your PHP memory limit with the modification in wp-config.php file. Add the following line:

define (‘WP_MEMORY_LIMIT’,’64M’);

 

The maximum memory limit you can take on shared hosts is up to 64MB. If there is still some issue then you can consult to your hosting provider.

  1. Unknown Causes

Sometimes it is really hard to find out the actual cause. In this time you need to do extra efforts to find out the core of the problem. You can enable the wp-Debug mode.

You should add these lines at the bottom of wp-config.php file:

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

This will display all the errors on the screen. So, you can use this information to determine the cause of WordPress white screen of death.

This is how to how to fix white screen of death error in WordPress.

Conclusion

The white screen of death is the inevitable problems that must be faced by every WordPress user. If you don’t want to worry about any hosting issues then you can use Managed WordPress Hosting. It has specialized in WordPress and its related issues. It loads the site very fast and you won’t be getting WordPress white screen of death error as well.

Exit mobile version