BB_ and WP_ login integration problem
-
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?
- You must be logged in to reply to this topic.