Common wordpress errors

Wordpress white blank screen

This is a well known common error. The reason for the error

  • Error in Plugin
  • Error in Theme
  • Maximum memory allowed in PhP.ini file (.htaccess file)
  • PhP version missmatch with .htaccess

Fix white screen error

First you need to check what is causing the error

  1. Rename the plugin file and check. if the wordpress site worked after the renaming plugin file. The cause of the error is in the theme.
  2. Rename the theme file and check. if the wordpress site worked after the renaming plugin file. The cause of the error is in the theme.
  3. Go to cPanel and search for PHP.ini and select home directory and increase the allowed memory
  4. Check your current php version and check .htaccess file. If the php version is 7.3  you can see below code in your .htaccess.
    application/x-httpd-ea-php73 .php .php7 .phtml​
  • 67 Users Found This Useful
Was this answer helpful?

Related Articles

Installing Wordpress on cPanel

If you brought Domain name and Hosting from us it will make easy to setup a WordPress site. The...

[SOLVED] Updating or Publishing failed The response is not a valid JSON response in WordPress

To fix this error there are several solutions, Go to related cpanel and disable the...

How to install wordpress? (Without softaculous)

Here are the steps: Step 1: Access cPanel 1. Log in to your cPanel account. You can access it...