My site is still visible but when I try to login I enter my username and password and then get a white screen or 500 error. After a login attempt I can go to the site and it will show the tools on the top of the page showing that I am logged in however when I click on any of them I get a white screen / error again. For some reason It will not allow me to access the dashboard.
http://www.audioforspeaking.com
http://wordpress.org/extend/plugins/backupwordpress/
Hi DJ3,
I'd recommend editing your wp-config.php file and changing the following line
define( 'WP_DEBUG', false );
To
define( 'WP_DEBUG', true );
Then try to login again, you should then see the error message that is causing the white screen.
Hi DJ3,
I'd recommend editing your wp-config.php file and changing the following line
define( 'WP_DEBUG', false );
To
define( 'WP_DEBUG', true );
Then try to login again, you should then see the error message that is causing the white screen.