Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress 1.0-alpha-4 released

Hello all,

I’m integrating WPMu 2.7 trunk, bbPress 1.0 alpha 4 and the latest BuddyPress Combo. I got everything up and running fine, and bbPress is reading the wp_users table and updating the users once they login to the WPMu account as members (I used the roles plugin recommended here, thank you).

The only issue I have remaining is that WPMu and bbPress are not sharing cookies, so when you log into the WPMu homepage, you are not automatically logged into bbPress, but you can login and out of each independently without an issue.

I installed Sam Bauer’s plugin for integration, and included the necessary details in the wp-config file, I’m also mirroring the unique values I have in my wp-config file in my bbPress config file. My bbPress config file looks like so:

define( ‘BB_AUTH_KEY’, ‘my_unique_key_is here’ );

define( ‘BB_LOGGED_IN_KEY’, ‘my_unique_key_is here’ );

define( ‘BB_SECURE_AUTH_SALT’, ‘my_unique_key_is here’ );

define( ‘BB_NONCE_KEY’, ‘my_unique_key_is here’ );

define( ‘BB_AUTH_SALT’, ‘my_unique_key_is here’ );

define( ‘BB_LOGGED_IN_SALT’, ‘my_unique_key_is here’ );

define( ‘BB_SECURE_AUTH_KEY’, ‘my_unique_key_is here’ );

/**#@-*/

define(‘COOKIE_DOMAIN’, ”);

define(‘COOKIEPATH’, ‘/’);

All these values exactly match what I have in my wp-config file, but still no shared cookie love. Anyone have any idea what might be wrong here?—or am I just pushing too soon with the WPMu trunk and bbPress 1.0 alpha?

Skip to toolbar