Knowledgebase

Getting Blank Page in WordPress Website Issue Print

  • Blank, page, wordpress, website, issue, Blank page, website issue, wordpress website issue
  • 0

There are many reasons behind a site having blank page issues. The top 5 reasons of facing this issue are:

  1. WordPress memory limit issue.
  2. PHP version issue.
  3. Plugin issue.
  4. Theme issue.
  5. Core file problem.

We will fix these problems which will solve the blank page issue of your site.

  1. WordPress memory limit issue: Log into your cPanel and go to file manager. Go to public_html and edit the wp-php.config file. Copy the line below and paste it in the place of define( ‘WP_DEBUG’, false ) line.

define( ‘WP_DEBUG’, true );

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

And save the file.

Getting Blank Page in WordPress Website Issue | Gotmyhost
Getting Blank Page in WordPress Website Issue | Gotmyhost

Your WordPress memory limit will be increased to 256MB .

2. PHP version issue: The blank page issue may occur because of the PHP version of your site. Log into your cPanel and go to “Select PHP Version” option. Change your PHP version from there.

Getting Blank Page in WordPress Website Issue | Gotmyhost

3. Plugin/Theme issue: If the issue is causing from any of your plugins or themes you can find the exact reason from the error logs. Log into your cPanel and go to file manager. Go to public_html and look for a file named error_log.

Getting Blank Page in WordPress Website Issue | Gotmyhost

View this files to see the error log of your website. The specific theme or plugin will be mentioned here which is causing the error. You have to remove or reinstall that corrupted theme or plugin to get rid of the blank page issue.

4. Core file problem: If the error is occurred for a core file  problem then you have to contact with your hosting provider. They may be able to help you. It takes a lot of effort and it’s a complicated process to restore your website. In this case chances recovering the site is very low.

These steps will surely solve your blank page issue. If you face any issues in the process you can knock our technical support in the live chat. They will assist you.


Was this answer helpful?
Back