How to fix WordPress blank page (white screen)

The white screen (blank page) is one of the most common errors that occur in WordPress. In this guide, we will cover possible causes and the ways to fix them.
Also, you can use our troubleshooter system that will help you to resolve this issue step-by-step.


NOTE: Before proceeding with any changes, make sure that you’ve generated a full backup of your website. If you've created your site using the Softaculous script installer, please refer to this guide.

Clear cache

If you have a blank page, you should first try flushing WordPress caching plugins. If you do not have access to the WordPress dashboard, clear your browser cache.


Check the error_log

Since PHP errors are most often the cause, you can check the error_log file in the root folder of your website (or the folder the error was triggered in) to locate the issue.


Enable WP_DEBUG mode

You can also use the WordPress debug function to see what type of errors are being outputted. Locate the wp-config.php file in the root folder of your website and make sure the WP_DEBUG mode is enabled:



Increase PHP and WordPress memory limits

Since WordPress memory limit is one of the most common causes for blank pages, we recommend increasing your limit. Indications of this error could be a white screen or an error message like this one:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in /home/username/public_html/site1/wp-includes/plugin.php on line xxx

Disable plugins

One of the most common causes of the blank page on WordPress is a plugin issue. Try disabling the plugins via your database.

If you're not sure which plugin caused the issue, try disabling them one by one until you are able to get to the bottom of the issue and fix it.


Change the website theme

If the plugin troubleshooting doesn’t fix the white screen on the website, then you should

NOTE: Make sure that the default theme is present in /wp-content/themes folder. If it's not, you can download a default WordPress theme using this source.


Switch PHP versions

The blank page can also be caused by incorrect PHP version. You can try switching PHP versions to check it.

Replace all the default WordPress files

Missing or corrupt default WordPress files are most often the cause, you can check the error_log file in the root folder of your website (or the folder the error was triggered in) to locate and define the issue.

If you experience the same issue after performing the aforementioned steps, feel free to contact our Support Team to receive further assistance.


Well done! You now know how to fix a white screen.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to install free SSL ?

How to fix not secure error on your domain or How to install Free SSL Letencrypt over AutoSSL?...

Custom PHP Limits using .user.ini

To add custom php limits like memory limit,Upload limit You can do it from .user.ini file Create...

How to Add DMARC Record in cPanel ?

A DMARC record is used to validate emails in order to prevent email spoofing. DMARC -which...

How to protect your cPanel/WHM from hackers ?

- Don't Save your Password in Browsers- Use Secure browser Google chrome for better security as...

How to fix CPU Overload/Abuse Issues ?

Hello,This article will help you with fixing CPU Overload/Abuse issues for your cPanel accounts....