If the site doesn’t load like that then it could be a configuration file issue. H ave you changed any settings in the config file lately?
I would also turn on error reporting. I wrote an article on how to do it at display errors in php
[sig deleted per forum rules]
We had this exact problem about a month ago. Have you had any server updates recently?
We had a server upgrade and one of our plugins bust the site causing it not to load, just a plain white page like you get.
Try going to your phpmyadmin and turning off all the plugins manually. If the site comes back, turn them on one by one and you may find whats busted.
Sorry I didn’t reply sooner, the forum here was down.
I’ll try that, and reply as quickly as possible. I’m desperate to fix this, haha.
Edit: Wattzy, I’m completely confused as to what your guide is telling me to do.
Okay, I’m in phpMyAdmin, how do I turn off plugins? Completely lost here, I just see a bunch of SQL stuff. Nothing relating to plugins at all, really.
Edit:
Found out how to disable plugins, disabled them all, getting the same thing.
1. Try adding this line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '64M');
2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
3. If you don't have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M
4. Talk to your host.
I did 1 and 3. Nothing changed.
Don’t know where php.ini is located, so I couldn’t edit that. I also don’t know how my host would help, as I’ve completely changed hosts from one to another and I’m still getting the same problem.
This is happening again.
Right after I updated to 3.0.1.
Tried everything in the thread again, didn’t work.
Bumping this because of how important this is.
My site! She is still dead!
Moderator
t-p
(@t-p)
are you Twenty Ten or some other theme?
If you are using theme other than Twenty ten:
To find any theme-specific problem, just access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename every directory except the /default/ directory. This will force the Default theme to activate.
I renamed my folders and reloaded, but still a white page when I go to my site.
Thankfully I’m not the only one with this problem.