Where xxxxxxxxxxxxxxxxxxxxxxx means unique key which will generated automatically for you.
Also if you upgraded from WordPress WPMU to 3.1 and you can get the same error “Warning! WordPress encrypts user cookies, but you must add the following lines…” warning telling you to add the lines to my wp-config.php file.
Solution:
There are 8 lines total that need to be included in the wp-config file on multisite consisting of both SALT and KEY codes.
There’s a KEY 4 line block AND a SALT 4 line block.
Having only ever seen the KEY version before in working with non-multisite WP, I did not notice a difference.
But after looking in detail I found that there are 8 lines not four. So Follow these steps.
Cause: WordPress is not saving the salt keys.
Fix:
Method 1:
- Open wp-config.php file
- Find the lines for AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, and NONCE_KEY and delete them.
- Save your wp-config.php file.
- Log back into the WordPress Dashboard and you should be given 8 new lines of keys.
- Copy the lines and paste them in your wp-config.php file.
- Save the file.
- Clear your cache and refresh.
Please subscribe, leave a comment, follow this blog and share this article with your friends and colleagues.
by: http://kedirizone.blogspot.com
0 comments:
Post a Comment