Have you tried disabling all plugins?
Also activate WP_DEBUG in wp-config.php that would show any errors.
Thanks Rajesh for replying so quickly –
How do I disable the plugins if I can’t get into the administration panel? Can I do it from my host site? If so, where in the file manager should I look? I see the plugins folder and each of the plugins has a folder.
Also, how do I activate WP_DEBUG?
Do I change this to “TRUE”? – “define(‘WP_DEBUG_DISPLAY’, FALSE);”
Thanks for your help!
How do I disable the plugins if I can’t get into the administration panel? Can I do it from my host site? If so, where in the file manager should I look?
Temporarily rename wp-content/plugins to wp-content/plugins_old
Also, how do I activate WP_DEBUG?
define("WP_DEBUG", true);
I renamed wp-content/plugins to wp-content/plugins_old.
I tried to change these values to TRUE
define(‘WP_DEBUG_DISPLAY’, FALSE);
@ini_set(‘display_errors’, FALSE);
but it tells me “the server encountered an unspecified error” when I try to save the changes.
ShawnaM – it looks like your site is on GoDaddy and they are having major server problems (as are many other hosting companies) – so your problem may well be related to that – see:
http://wordpress.org/support/topic/godaddy-april-11-industry-wide-attack-no-log-in-to-wordpress?replies=2