Not working for wordpress 2.8.6 and bbpress 1.0.2
the functions are deprecated
Fatal error: Cannot redeclare wp_validate_auth_cookie() (previously declared in /home/travelover/www/www/forum/bb-includes/functions.bb-deprecated.php:839) in /home/travelover/www/www/forum/my-plugins/freshly-baked-cookies/_freshly-baked-cookies.php on line 52 :(
bbPress Plugin Browser »
Freshly Baked Cookies for bbPress (0.0.4)
Download
Version: 0.0.4
Last Updated: 2010-7-20
Requires bbPress Version: 0.9 or higher
Compatible up to: 0.9
Average Rating





Your Rating
Author: _ck_
-
Posted: 2 years ago #
-
I commented the deprecated functions to work the plugin, now is active, but the cookies between wordpress and bbpress are not working
Posted: 2 years ago # -
any update? It is not working
Posted: 2 years ago # -
I've now tested this with bbPress 0.9 and WordPress 3.0
It's actually working without modification.
Make sure you are updated to version 0.0.4 of the plugin.
and remember, this plugin does NOT magically fix the cookie path problem,
where both WordPress and bbPress cookies need to be set to the same path (I suggest just use the root/)Posted: 1 year ago # -
Has anyone tried this with 9.0.x and WP 3.1?
Thanks!
Posted: 10 months ago # -
Has anyone tried this with 9.0.x and WP 3.1?
I'm not sure about 3.1 but it's not working properly with WP 3.2 and up - the cookie is set but it's not matching the WP cookie.
Posted: 3 weeks ago # -
blogher8 and dragunoff I have used it on several 3.3 installs without problems
copy all the define lines you get from the wordpress key api to both your wp-config and the top of this plugin (replace the 4 sample definitions) and if they match it should work
In theory it should also work on bbpress 1.x and wp 3.3 too
Posted: 3 weeks ago # -
Hey _ck_,
thanks for quick reply. It's really not working on my setup - the keys match (from wp-config.php and the salts from the wp-admin/options.php), the cookie name matches but the cookie content - not. For example:
(removed to prevent hack)
I wonder what might be the cause for this?
Posted: 3 weeks ago # -
Copy the same lines from the wordpress key api to both your wp-config and the top of the plugin, removing the existing define lines.
Again, make sure those eight lines are both in your wp-config.php file and the top of the plugin.
Do not take shortcuts, copy all eight lines to both places.
Then make sure the domain settings are correct for the integration in bbpress settings.
Clear all cookies for your websites.
Then it will work.
Posted: 3 weeks ago # -
Aha, I see - the AUTH_SALT and LOGGED_IN_SALT were different. I was copying them from the settings under wp-admin/options.php but I had different ones defined in wp-config.php.
It's wokring now - thanks a bunch!
Posted: 3 weeks ago #
Add a Comment
You must log in to post.