Re: bbPress 1.0-alpha-6 released
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…