is possible for you past in nopaste your bb-config and wp-config?
cookie integration problem wp2.8 - bb 1.0 rc-2
(41 posts) (12 voices)-
Posted 9 months ago #
-
http://nopaste.com/p/atRHKbQ83
http://nopaste.com/p/auNURHMK9I removed passwords and host names for obvious reason...
Posted 9 months ago # -
delete this 2 line from bb-config:
define('COOKIE_DOMAIN', '.www.volleyballnh.com');
define('COOKIEPATH', '/');change the cookie key, delete your cookie and try again the login.
Posted 9 months ago # -
Done. New Keys. New Code. Same Problem. [Sigh....]
Posted 9 months ago # -
ok download the latest version of bbpress integration plugin bu Sam now is available the version rc-3 too...
Posted 9 months ago # -
Hi!
Having the same problem here: I can´t login to bbpress & wordpress at the same time. I´m using wp 2.8, bbpress 1.0 rc3 and the bbpress integration plugin 1.0-rc-3
Posted 9 months ago # -
Could solve my problem by adding new keys to wp & bbpress.
Posted 9 months ago # -
@infected
So, you did solve the problem? I tried generating new keys in both config files with no look unfortunately. Is there something in the step by step process I am missing? Thanks in advance.wp-config.php file:
define( 'AUTH_KEY', 'mathes BB-config key');
define( 'SECURE_AUTH_KEY', 'mathes BB-config key');
define( 'LOGGED_IN_KEY', 'mathes BB-config key');
define( 'NONCE_KEY', 'mathes BB-config key');Posted 9 months ago # -
Integration works! I finally figured out that every time I accessed the
options.phpfile on the WP side, it was kicking me out of bbpress admin. So every time I entered theAuth_Saltand theLogged_in_salt, they were not being retained. What a dummy! So simple... Hope this helps others noobs while the veteran techies are laughing at me!Posted 8 months ago # -
3 days that I'm trying to find a solution and finaly it works ! (WordPress 2.8 + bbPress 1.0 rc3).
My solution, for a Wordpress in the root and bbPress in a folder:
1) I don't use the bbPress integration plugin for WordPress
2) Default wp-config and bb-config
3) Simply put AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY in the two config file (and double check that it's the same)
4) Go to good ol phpMyAdmin and check that:
in bb_meta: in wp_options:
bb_auth_salt = auth_salt
bb_logged_in_salt = logged_in_salt
bb_nonce_salt = nonce_saltPosted 8 months ago # -
Hi ced,
thanks for your post - your hint (phpMyAdmin) was great!
Cookie-Integration works perfekt after the update to Version 1.0-rc-3 and a few changes in phpMyAdmin - without the bbPress integration plugin.
Posted 8 months ago #
Reply
You must log in to post.