Wordpress Blank Page Error [Resolved]

Recently i was working on a project for my client where i was working on wordpress framework. After completing my project i uploaded it on Godaddy, for the first few days it was working fine, but after few days when i open that site it was completely blank. I opened /wp-admin it was also blank. I was totally fed up. Deleted old wordpress & installed a fresh one. Worked fine but after few days same problem again. Now it was going over my head, so i decided to dig in. After that i went on to my ftp, open wp-config.php & edited some lines in it.


Searched this line define('WP_DEBUG', false);
& replaced it with define('WP_DEBUG', true);
Now below this line i add this line define('WP_DEBUG_LOG', true); 
Now save your wp-config.php & it will be something like in the pic,


Now open your website it will be blank, or it will throw an error. Now to go to /wp-content/debug.log
In my case problem with was wp-super-cache plugin so it logged an error like this

[01-Apr-2014 04:42:42 UTC] PHP Fatal error:  Internal Zend error - Missing class information for  in /home/site/public_html/wp-content/plugins/wp-super-cache/wp-cache-base.php on line 5

So i went to /wp-content/plugins & renamed "wp-super-cache" folder. After renaming,  i refreshed my site & voila it opened.

Actually there was some compatibility problem with my theme. After renaming(deactivating) that plugin, everything worked fine.

Update: 

After doing some research i found an unusual problem on other site, this time it was opening my page, but after few mins page starts going blank. After few more minutes i refreshed my page and it worked again. Now this time i did the same procedure written above, but since page was opening after every few minutes i deactivated those plugins from the Plugin page on my dashboard. After that it worked fine.

This problem is mainly caused by compatibility issues.

  • Faulty Plugin
  • Faulty Theme
  •  or sometimes outdated wordpress will also do the same problem
You can either update, but if that doesnt work you can apply the above procedure.



Hope it will work for You.




Note: We Take no responsibility every tutorial here is for educational Purpose Only .
Earn upto Rs 5000 Per Month. with daily payout of Rs 500 or more. Join now!

Comments

Post a Comment

Popular Posts