v3.6.1, Auth Uniq Keys changed, can't log into admin
-
Site has been running for some time, could access admin ok. It was only today I noticed in the in wp-config that I did not add new keys and salts. So I did that and saved. Public side the site still works fine but I cannot get past the admin page. I get this at the example.com/wp-login.php page:
[ Moderator note: please wrap code in backticks or use the code button. Do not use blockquote. ]
Warning: Cannot modify header information - headers already sent by (output started at /home/example/public_html/wp-config.php:2) in /home/example/public_html/wp-login.php on line 384 Warning: Cannot modify header information - headers already sent by (output started at /home/example/public_html/wp-config.php:2) in /home/example/public_html/wp-login.php on line 396
Along with the login panel. When I log in, I get this at example.com/wp-login.php
Warning: Cannot modify header information - headers already sent by (output started at /home/example/public_html/wp-config.php:2) in /home/example/public_html/wp-login.php on line 384 Warning: Cannot modify header information - headers already sent by (output started at /home/example/public_html/wp-config.php:2) in /home/example/public_html/wp-login.php on line 396 Warning: Cannot modify header information - headers already sent by (output started at /home/example/public_html/wp-config.php:2) in /home/example/public_html/wp-includes/pluggable.php on line 678 Warning: Cannot modify header information - headers already sent by (output started at /home/example/public_html/wp-config.php:2) in /home/example/public_html/wp-includes/pluggable.php on line 679 Warning: Cannot modify header information - headers already sent by (output started at /home/example/public_html/wp-config.php:2) in /home/woodchuc/public_html/wp-includes/pluggable.php on line 680 Warning: Cannot modify header information - headers already sent by (output started at /home/woodchuc/public_html/wp-config.php:2) in /home/example/public_html/wp-includes/pluggable.php on line 875
Thinking it might be my cookies on my local machine (mac osx 10.5.8,Safari 5.0.6), I dumped the history and cache and all cookies related to my site (example.com)
I then reverted the wp-config file to the default Auth Unique Keys and Salts data, but I still get the same errors.
How do I fix this?
- The topic ‘v3.6.1, Auth Uniq Keys changed, can't log into admin’ is closed to new replies.