Forum Replies Created
-
Okay, I’ve fixed it and it’s working at the moment!
I forgot the settings in wp-admin/options.php for WordPress itself.
Hi there!
Thanks for your response. Does this also affect WordPress (no MU version)?
Sorry I was a bit unclear about the exact version.
I can try the define(‘sitecookiepath’, ‘/’); , I haven’t tried that.
=====
I’ve tried the above define( ‘SITECOOKIEPATH’, ‘/’ ); but it didn’t work as well.
Any further ideas what I can try?
=====
Does anyone have a plain and simple manual how to integrate WP (no MU!) with bbPress? The manual on the site seems to fail me over and over again.
Hi there!
I’ve got the same problem with a website I’m working on.
I’ve tried every option posted here, but nothing seem to work.
I am working with WordPress 2.8.4 and bbPress 1.0.2.
I can log in on the bbPress and the WordPress, but the cookie integration (so people only have to log in from 1 place, logged in into both) isn’t working, they seem to get the user information from 1 table in 1 database.
I’ve verified that the keys are the same, all the keys are defined in both wp-config.php and bb-config.php, with the same keys and the same values for the salt. I even have a define(‘cookiepath’, ‘/’);, which also doesn’t seem to work.
I also have bbPress Integration (plugin) installed in WordPress, didn’t help as well.
Anything I may have missed?