Ipstenu: I still have the same problem. I’ve checked if KEY strings matched, and they do.
WP KEY:
define('AUTH_KEY', 'this is my key');
bbPress KEY:
define('BB_AUTH_KEY', 'this is my key');
I’ve tried th change “BB_AUTH_KEY” (bbPress KEY) to “AUTH_KEY”, but it still doesn’t work…
martenk: Yes, I do, but in my case the users database is blog_users (I hope it won’t mind)
Hi!
I use bbPress-alpha-6 and WP2.7 with the “bbPress Integration” plugin. I’ve configured both plugin and bbPress in order to get a full integration, but I can’t be connected in both sites at the same time. I tried modifying bb-config.php file and copying the wp-config.php LOGGED_IN_KEY and AUTH_KEY strings to bb-config.php, and then I could be connected in both sites, but I couldn’t go to the bbPress’ admin.
Any idea? Maybe I’ll get a full integration if I use Backpress, as suggested ganzua?