Forum Replies Created
-
In reply to: Still not recognizing login cookies with WP…
There is no place to put a secure_auth_salt in the settings/options menu for WP.
In reply to: Still not recognizing login cookies with WP…I’ve done all of that, except the SECURE_AUTH_SALT. There isn’t a setting for it anywhere.
Thanks, but I’m looking for a solution. I saw something you posted on another topic about a tutorial, but all it did was log me out of my forum and not recognize any user. I’m just surprised the integration of users and themes is so difficult between bbPress and WP.
They appear to be all the same. I did set up my bbPress database table prefix as wp_bb_. They are in the same database.
One thing I wonder about is this:
define( 'COOKIEHASH', 'd61ff63d6d2f09a423c2332af089b5c8' );
define( 'COOKIE_DOMAIN', '.hoosierhoopsreport.com' );
define( 'SITECOOKIEPATH', '/wpm/' );
define( 'ADMIN_COOKIE_PATH', '/wpm' );
define( 'COOKIEPATH', '/wpm/' );The cookie_domain, it says (dot)hoosierhoopsreport.com. Should the (dot) be there?
OK…got past this part. : )
It’s back to the way it was before I started over. If I log into one, it still doesn’t log the other one in. The same applies when logging out. Log out of one, the other is still logged in.
Thoughts?
I’m zero luck getting through this part. I went through the WordPress integration section, completed the steps, and it logged me out. Now it doesn’t recognize my admin account or any account for that matter.
I can’t imagine how screwed up this is.
BTW…using WP 2.8.1 and bbPress 1.0.2.
I did try that the second time around. Now I’m on a third time and getting this error:
There was a problem connecting to the WordPress user database you specified. Please check the settings, then try again.
Before I tried the third install, I deleted all old files both from my local and my server locations. I wiped out my bbPress database tables. So it’s a clean install. I’m getting my cookie information from my wp-config file downloaded from my server. I have checked the settings, BTW.
Ugggghhh!! : )
In reply to: First pass at a fix for “deep” integration in trunkThe path to the file is accurate. Whenever I use an include, I get that error no matter how to designate the path.
In reply to: WordPress / BBPress user synchronization…I started over from scratch. I’m still having the problem. I log into one, but the other remains logged out. Both bbpress and WPMU recognize my User information, but I have to log in or log out twice.
In reply to: First pass at a fix for “deep” integration in trunkIt seems whenever I use any ‘include’ statement, I get this type of error:
Warning: include_once(/wpm/wp-load.php) [function.include-once]: failed to open stream: No such file or directory in /home/jwrbloom/public_html/wpm/bbpress/bb-config.php on line 4
That’s what I’m getting now with what is recommended at the top.
In reply to: WordPress / BBPress user synchronization…Not sure I’m changing both the cookie keys, but I am making sure they match. BTW…I’m using WPMU. Latest versions of both products.