Moderator
t-p
(@t-p)
Blank white page: Both PHP errors and database errors can manifest as a white screen. This problem can be caused by a variety of issues, including:
(1) Bad theme
(2) Bad plugin
(3) Bad install/upgrade
(4) you exhausted the memory limit
(5) It could also mean that there is an issue with your web hosting server. 1 and 2 are more common.
– Since the problem can be caused by any number of things, check the error logs on your server for a more specific error message. If you need help locating them, ask your hosting provider to help you with that.
– If you cannot find error logs or if you don’t find any helpful info in them, try adding the following code to your wp-config.php directly above /* That’s all, stop editing! Happy blogging. */ : define( ‘WP_DEBUG’, true);
– useful Codex: http://codex.ww.wp.xz.cn/Common_WordPress_Errors#The_White_Screen_of_Death
thanks. I think you helped someone else on this topic and i tried to follow his instructions with deactivating plugins, file zilla, etc. I couldnt get the system to work after i deactivated and reactivated. I contacted bluehost and they said there was an issue with a plug in and they renamed it. So technically my issue is resolved, but not sure I had anything to do with it
Thanks Tara