Info
- 5 posts
- 3 voices
- Started 2 years ago by apbai
- Latest reply from apbai
- This topic is not resolved
Cookie integration not working for wp 2.8.4
-
- Posted 2 years ago #
I have installed the latest wp and bbpress with cookie integration enabled. But it seems not working. If log in from wp, bbpress account is automatically logged out. Same thing the other way around. What could be wrong? I believe I set all the keys correctly.
-
- Posted 2 years ago #
Did you....
-have the Cookies & Salt all the same? example BBpress side
define('BB_AUTH_KEY', 'ABCDEF');WordPress sidedefine('AUTH_KEY', 'ABCDEF');-include
$bb->bb_xmlrpc_allow_user_switching = true; in bb-config.phpbefore the ?>-install BBpress intergration plugin to get the Hash and cookie information to paste in wp-config.php after the
< ?php?-Paste the same cookie information you did on the step before in bb-config.php (without the Hash line) after the
< ?php?-Enable Pinbacks, trackbacks, and XML-RPC on BOTH WPMU & BBpress?
-
- Posted 2 years ago #
As apbai didn't say if it was WPMU, it's likely that the user switching and pingbacks/trackbacks can be skipped just for now.
-
- Posted 2 years ago #
oops, you're right! WPMU is 2.8.4a
-
- Posted 2 years ago #
Right, I was not using WPMU. I did get the keys to match and also installed BBpress intergration plugin. There is only one line I was asked to add to wp-config.php:
define( 'COOKIEPATH', '/' );
I added that too. But somehow it just doesn't work:-(
-
You must log in to post.