Forums

Join
bbPress Support ForumsTroubleshootingcookie integration problem wp2.8 - bb 1.0 rc-2

Info

cookie integration problem wp2.8 - bb 1.0 rc-2

  1. is possible for you past in nopaste your bb-config and wp-config?

  2. http://nopaste.com/p/atRHKbQ83
    http://nopaste.com/p/auNURHMK9

    I removed passwords and host names for obvious reason...

  3. delete this 2 line from bb-config:
    define('COOKIE_DOMAIN', '.www.volleyballnh.com');
    define('COOKIEPATH', '/');

    change the cookie key, delete your cookie and try again the login.

  4. Done. New Keys. New Code. Same Problem. [Sigh....]

  5. ok download the latest version of bbpress integration plugin bu Sam now is available the version rc-3 too...

  6. Hi!

    Having the same problem here: I can´t login to bbpress & wordpress at the same time. I´m using wp 2.8, bbpress 1.0 rc3 and the bbpress integration plugin 1.0-rc-3

  7. Could solve my problem by adding new keys to wp & bbpress.

  8. @infected
    So, you did solve the problem? I tried generating new keys in both config files with no look unfortunately. Is there something in the step by step process I am missing? Thanks in advance.

    wp-config.php file:

    define( 'AUTH_KEY', 'mathes BB-config key');
    define( 'SECURE_AUTH_KEY', 'mathes BB-config key');
    define( 'LOGGED_IN_KEY', 'mathes BB-config key');
    define( 'NONCE_KEY', 'mathes BB-config key');

  9. Integration works! I finally figured out that every time I accessed the options.php file on the WP side, it was kicking me out of bbpress admin. So every time I entered the Auth_Salt and the Logged_in_salt, they were not being retained. What a dummy! So simple... Hope this helps others noobs while the veteran techies are laughing at me!

  10. 3 days that I'm trying to find a solution and finaly it works ! (WordPress 2.8 + bbPress 1.0 rc3).

    My solution, for a WordPress in the root and bbPress in a folder:

    1) I don't use the bbPress integration plugin for WordPress
    2) Default wp-config and bb-config
    3) Simply put AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY in the two config file (and double check that it's the same)
    4) Go to good ol phpMyAdmin and check that:
    in bb_meta: in wp_options:
    bb_auth_salt = auth_salt
    bb_logged_in_salt = logged_in_salt
    bb_nonce_salt = nonce_salt

  11. Hi ced,

    thanks for your post - your hint (phpMyAdmin) was great!

    Cookie-Integration works perfekt after the update to Version 1.0-rc-3 and a few changes in phpMyAdmin - without the bbPress integration plugin.

  12. You must log in to post.