Forums

Join
bbPress Support ForumsInstallationBB_ and WP_ login integration problem

Info

BB_ and WP_ login integration problem

  1. I formerly had login integration working between wordpress and bbpress, but it stopped when I upgraded to bppress 1.0. For wordpress I'm on version 2.8.3. Perhaps i did something incorrectly. These keys are not present in the bb-config.php file.

    BB_AUTH_KEY
    BB_SECURE_AUTH_KEY
    BB_LOGGED_IN_KEY
    BB_NONCE_KEY

    I added them to the bb-config.php file from the wp-config file. All the salt keys match the ones in wordpress, and I checked the meta table in the db to be sure.

    i added the following line to wp-config and bb-config
    define( 'COOKIEPATH', '/lhw/' );

    Is it possible that bbpress wasn't installed correctly to use the new security features? Any suggestions?

  2. I banged my head on this issue over two clean installs. Then Gerikg suggested that you need to make sure your URL in bbPress doesn't include the 'www'. Check that in your General settings.

  3. Thanks for the suggestions. I tore that thread up before I posted. Lots of good information there. The only thing i didn't do is to add add the secure_auth_salt, but I understood if it wasn't present to begin with, it is not required. Is that true? I don't have the WWW. in the forum path, and it also isn't set that way in WP. Any other thoughts?

  4. You must log in to post.