BuddyPress, WPMU , & BBPress Cookie Issues
-
I’ve gone through all the setup successfully to get BBPress installed in teh same database as WPMU.
But when I add the final section (see below) to my wp-config.php file, the logged in session gets confused. Once I log in to the wordpress site , I am fine, but cant log out. I’m also not able to get to the WPMU Dashboard. Also my BBPress site still prompts me to login.
To recover, I am force to comment out the below in the wp-config.php file
/* ADDED FOR BBPRESS COOKIE INTEGRATION
define( ‘COOKIEHASH’, ‘#myhash#’ );
define( ‘COOKIE_DOMAIN’, ‘#.mydoamin.com#’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ ); */
The installation seem to work just fine, added all the salts, and plugins. But just cant seem to find the issue here.
- The topic ‘BuddyPress, WPMU , & BBPress Cookie Issues’ is closed to new replies.