My entire WP site is now blank? I haven't done anything to it other than add some posts to it today. I can get in the back end and everything is there, it even returns the source code, but in Chrome IE and FF it just shows a blank white page. Does anybody have any ideas as to why this could be happening?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
closed as too localized by toscho♦ Nov 6 '12 at 4:26
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
The way I would approach this is as follows sequentially:
If you're on a shared hosting plan, it's quite possible your host has added some code to your functions.php or .htaccess file. (I've had this happen several times) Otherwise, a hacker has jumped over the wall and planted malicious code in your WP install/theme/plugins. Hope this gives you some clues. |
|||
|
|
define( 'WP_DEBUG', true );in yourwp-config.phpfile. Then report back with any errors that get output; primarily, report back any Fatal Error: messages. – Chip Bennett Mar 2 '12 at 1:34