Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBPress and BuddyPress all working without logins

Viewing 8 replies - 1 through 8 (of 8 total)
  • @anandasama

    Member

    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

    @pratikbagaria

    Member

    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

    @gerikg

    Member

    If you’re using WPMU 2.8+ take out

    define( ‘WP_AUTH_COOKIE_VERSION’, 1 );

    @pratikbagaria

    Member

    Thanks greikg for the response.

    Can you please guide me as to which file is this function to be removed from?

    thanks

    @pratikbagaria

    Member

    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’, ‘*****’);

    @ashfame

    Participant

    Why do you have bbPress keys in your WP config file? Looks like you messed up following the tutorial. Re-try!

    @ipstenu

    Moderator

    Pratik, those BB_ definitions should be in your BB-CONFIG file, not your WP-CONFIG file :) Move ’em over and try again.

    @gerikg

    Member
Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar