You need to integrate the user meta and the cookie integration. Seems like you made a mistake with both?
Make sure you installed everything in this order:
1. Clean DB (No old WP_ or bb_ tables. Clean it)
2. Install WPMU
3. Install Buddypress
4. Install BbPress
I used this guide and got it working:
http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress
Hi anandasama,
I followed the same order.
Even I think that my user meta and cookie integration might have some problem, is there any way to check the same?
Or can I do it again the cookie and user meta integration part?
thanks
If you’re using WPMU 2.8+ take out
define( ‘WP_AUTH_COOKIE_VERSION’, 1 );
Thanks greikg for the response.
Can you please guide me as to which file is this function to be removed from?
thanks
Well,
In my wp-config.. i cant see this line…
instead there is all this…
define( ‘BB_AUTH_KEY’, ‘*****’ );
define( ‘BB_SECURE_AUTH_KEY’, ‘*****’ );
define( ‘BB_LOGGED_IN_KEY’, *****’ );
define( ‘BB_NONCE_KEY’, ‘*****’ );
define(‘BB_AUTH_SALT’, ‘*****’);
define(‘BB_LOGGED_IN_SALT’, ‘*****’);
define(‘BB_SECURE_AUTH_SALT’, ‘*****’);
Why do you have bbPress keys in your WP config file? Looks like you messed up following the tutorial. Re-try!
Pratik, those BB_ definitions should be in your BB-CONFIG file, not your WP-CONFIG file
Move ‘em over and try again.