On Mon, 05 Apr 2010 10:35:29 +1000, Michael Peerman <[email protected]> wrote:

Ok i got Multi site working again but now I get this

Warning! WordPress encrypts user cookies, but you must add the following
lines to *
/hermes/web04/b1986/moo.michaelpeerman/michaelpeerman/test/wordpress/wp-config.php
* for it to be more secure.
Please add the code before the line, /* That's all, stop editing! Happy
blogging. */define( 'NONCE_SALT', ')uXa1(cnQDV8ua2fHuUmfabG' );
define( 'AUTH_SALT', 'xj...@2ipz^*%kchwu7n9g&&' );
define( 'LOGGED_IN_SALT', 'MXPHo48M*yUw*8b(%D8iXnO9' );
define( 'SECURE_AUTH_SALT', '27(NnhkLiy9N7jY*csR2qmR&' );

Which i have already done heres what my wp-config file looks like



define( 'NONCE_KEY', 'zA(kfJl%Knq(MebONcQYaVAT' );
define( 'AUTH_KEY', 'Qr9YIgX#Gfn#J%DXd#L$JVi0' );
define( 'LOGGED_IN_KEY', 'r(35vOe7AP5ivxGs1k)*xK62' );
define( 'SECURE_AUTH_KEY', 'M*h%Bn$K0L0Zi&y6pf...@qx' );


Can you tell me whats wrong

If you look closer, you'll notice the ones its asking you to add are the SALT's, whereas, you've got KEY's defined. They're used for different things, and both should be defined.


Dion Hulse / dd32
Contact:
 e: [email protected]
 Web: http://dd32.id.au/
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to