There are many other threads with the same issue. You can try browsing with a search here or take a look at this:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/
Hi Emma,
Can you try logging in via this page?
http://ebaileyphotography.co.uk/wp-login.php
There is an error on your login page:
ERROR: Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums.
So, I checked, and it sent me to this page in the WP Codex.
I would advice checking if your wp-config.php file is correct (according to the above link).
If that doesn’t help, try deactivating some plugins and see if your admin page re-appears..
Hope this helps..
Thanks for you help guys, really appreciate the time.
just leanrnt how to put it into de-bug mode 🙂
Here are the results, with the offending lines…Do any of you understand the following?
Notice: Undefined index: ssba_excerpts in /home/ebaileyp/public_html/wp-content/plugins/simple-share-buttons-adder/simple-share-buttons-adder.php on line 774
line 774: if($arrSettings[‘ssba_excerpts’] == ‘Y’) {
Warning: Cannot modify header information – headers already sent by (output started at /home/ebaileyp/public_html/wp-config.php:1) in /home/ebaileyp/public_html/wp-login.php on line 414
line 414: header(‘Content-Type: ‘.get_bloginfo(‘html_type’).’; charset=’.get_bloginfo(‘charset’));
Warning: Cannot modify header information – headers already sent by (output started at /home/ebaileyp/public_html/wp-config.php:1) in /home/ebaileyp/public_html/wp-login.php on line 426
line 426 :setcookie(TEST_COOKIE, ‘WP Cookie check’, 0, COOKIEPATH, COOKIE_DOMAIN);
I did install Total Cache recently, which wasn’t working, so I uninstalled. Then I started having more problems.
-emma
Those were on http://ebaileyphotography.co.uk/wp-login.php
The below was on my /wp-admin
Warning: Cannot modify header information – headers already sent by (output started at /home/ebaileyp/public_html/wp-config.php:1) in /home/ebaileyp/public_html/wp-includes/pluggable.php on line 1121
line 1121: header(“Location: $location”, true, $status);
-emma