Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help Integrate WordPressMU, Buddypress, and bbpress


Markus Pezold
Participant

@markus-pezold

Hi yangers101,

i migrate my wordpress & bbpress installation yesterday to wordpress mu & bbpress. After the migration i have also problems with the cookie integration. The same problems i have 2 months ago for the normal cookie integration.

This article about the integration of buddypress, wpmu and bbpress helps me a lot:

http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress

For me – it was necessary to try new secret cookie keys. I changed all keyphrase in wp-config und bb-config:

define(‘AUTH_KEY’, ‘keyphrase’);

define(‘SECURE_AUTH_KEY’, ‘keyphrase’);

define(‘LOGGED_IN_KEY’, ‘keyphrase’);

define(‘NONCE_KEY’, ‘keyphrase’);

define(‘AUTH_SALT’, ‘keyphrase’);

define(‘LOGGED_IN_SALT’, ‘keyphrase’);

define(‘SECURE_AUTH_SALT’, ‘keyphrase’);

define(‘BB_AUTH_KEY’, ‘keyphrase’);

define(‘BB_SECURE_AUTH_KEY’, ‘keyphrase’);

define(‘BB_LOGGED_IN_KEY’, ‘keyphrase’);

define(‘BB_NONCE_KEY’, ‘keyphrase’);

define(‘BB_AUTH_SALT’, ‘keyphrase’);

define(‘BB_LOGGED_IN_SALT’, ‘keyphrase’);

define(‘BB_SECURE_AUTH_SALT’, ‘keyphrase’);

Greets

Markus

Skip to toolbar