Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WordPress cookie secret key – why don’t I have one?


webdevelopment
Member

@webdevelopment

i have wordpress 2.7 and im in the middle of the bbpress forum installation, however bbpress is asking for a secret key:

WordPress cookie secret key:

put your unique phrase here

This value must match the value of the constant named “SECRET_KEY” in your WordPress wp-config.php file. This will replace the bbPress cookie secret key set in the first step.

the problem is that since wordpress 2.6 there exists 3 secret keys for wordpress and bbpress is asking for just one and bbpress has the name of the variable wrong “SECRET_KEY”:

/define(‘AUTH_KEY’, ‘put your unique phrase here’);

/define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);

/define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);

/define(‘NONCE_KEY’, ‘put your unique phrase here’);

what should i do? i calso cant find which version of bbpress i have, is there a different version that i need?

Skip to toolbar