Integration is pretty well. I have just lost access to bbPress admin panel and can’t get it back.
I am talking about the “Fix Admin Access” plugin and you probably are talking of something else.
ashframe, even the admin plugin says it’s supposed to be for when you do reverse integration. Which is why I’m asking why you think you need it in the first place
I totally get that you need to make the change manually due to your specific setup. I don’t get why the change is required in general for a bog standard WP + BB setup.
bbPress shouldn’t be writing over the value in the DB. IIRC, it’s supposed to pull the WP values to create new BB values in the BB tables, once integration is setup in bbPress.
Try it WITHOUT doing the muckity muck with the bb_capabilities, maybe?
I’m seeing something Similar on VizWorld.com. AFter upgrading WordPress to 2.8, I’m not unable to login to the Forums (www.vizworld.com/forum). I’m also using the “freshly baked cookies” 0.3.
Upgrading to BBPress .9.0.5 hasn’t helped…
Anonymous UserInactive
We have the same problem today with the FBC-Plugin.
I seems to be a “hot” topic – and that’s probably the reason why we search for the last 2 hours for a solution.
*selfironic*
Here the cookie-names and paths – they are identical. So the error eventually is not in seeting the cookies, but in reading of the cookies. !?
After Login in WordPress
wordpress_logged_in_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/
wordpress_logged_in_672b8ff18484c1d9d7de0f05d907543d – Path: /
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/wp-content/plugins
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/wp-admin
After Login in BBpress
wordpress_logged_in_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/
wordpress_logged_in_672b8ff18484c1d9d7de0f05d907543d – Path: /
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp-admin
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/wp-admin
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/wp-content/plugins
Path of Installation:
http://www.mysteria30000.de/wp -> WordPress
http://www.mysteria3000.de/forum –> bbPress
Greetings
Markus
My bbpress .9.0.5 and wordpress 2.7.1 worked perfectly until upgrade of wordpress 2.8
1. upgrade of bbpress .9.0.5 – 1 hour after the posting. ( a week ago? )
2. upgrade of wordpress 2.8 – 2 hours ago.
3. the break of cookie – right after the upgrade of wordpress
Ipstenu, there is further information here. In my case, there are serious errors when tagging using default everything, with no plugins. However the issue seems to relate to tags which existed prior to an upgrade from 0.9, so perhaps does not affect a fresh install?
When did the cookie integration break – when you upgraded bbPress to .9.0.5, or when you upgraded WordPress to 2.8?
Also – what was the last working set of versions that was fully integrated (bb 9.0.4 and wp 2.7?).
I have already integrated bbPress 0.9.0.5 with WordPress 2.7.1 by using the same instructions but not it seems that its not working. Why the hell bbPress is overwriting the value in the db? Should I file a bug?
Thanks for the fast reply.
I’m using ck’s and johnmc’s ‘Freshly Baked Cookies for bbPress’.
bbPress v. 0.9.x doesn’t naturally integrate with WordPress 2.8. Are you using ck’s or superann’s cookie plugins to enable integration?
Ah sure, we could add that! Anyone interested in maintaining the Plugin Compatability part of the Codex?
I tried integrating again and again got the same problem. Weird!
Having upgraded wordpress to v.2.8, I found intergration problem.
Log in bbpress, automatic log out from wordpress,
log in wordpress, automatic log out from bbpress.
my bbpress v. 0.9.0.5
What’s the cause of such a problem.
I’ll be greatly appreciated if any one solve the problem.
Thanks.
Is there one that shows a list of compatible/working plugins for the different versions? WordPress has something like that:
https://codex.wordpress.org/Themes/Theme_Compatibility/2.7
https://codex.wordpress.org/Plugins/Plugin_Compatibility/2.7
I’m asking because if it’s not there it might be a good addition.
Actually I need to do that because admin fix access doesn’t work when custom table prefixes are used. So I directly update the plugin work via Mysql.
And regarding the second quote, I have written over there that one needs to change the lines as per the table prefix being used.
I am using rocking_users and rocking_metadata only.
Hi,
I’m about to switch my old forum to a bbpress solution.
Was looking around DB schema and found that post were wrapped up in a <p> tag.
What’s the reason fon that?
Is it possible to disable this behaviour?
In that case, which part of the code is doing this?
Thanks for your help!
Cheers,
Florent
I’m using bbPress RC2 integrated with WPMU 2.7.1 (cookie sharing & user table sharing). I recently updated from RC1 to RC2 and since then I sometimes (not always) get the following error message:
Fatal error: Call to undefined function: add_option() in /[full path to bbpress]/bb-includes/backpress/class.wp-http.php on line 655
As soon as I reload the page, the error vanishes. What might be the reason?
If it helps: I due have the slight suspicion that the error is more likely to appear when there hasn’t been an access to bbpress for some time. But it’s hard to tell…
Does anyone have links or documents on how I can convert WordPress’ Super Cache plugin for use with bbPress?
Or, has it already been done?
To achieve integration between 0.9.05 & WordPress 2.7.1, I overwrite the bb_capabilities in wp_usermeta for my user by sql query as I don’t have phpmyadmin and I am using custom table prefixes.
I’m at a loss why you would have to do that anyway… I’ve never heard of anyone having to go in via SQL and making those changes except in the case of ‘reverse’ integration (where by you started with bbPress and are now adding on a WP site). In theory, if you’re starting with everything brand new, you just do WP first and then bb and it should work.
Looking at your doc, you also mention changing the wp_ prefix to rocking_ which is totally fine, but later on you have this:
Add these two lines in bb-config.php
$bb->custom_user_table = 'wp_users';
$bb->custom_user_meta_table = 'wp_usermeta';
Those too should be rocking_users and rocking_metadata
I have been looking for a way to convert this. Nothing i have seen so far which is promising.
I would like to convert my smf 2.0 to bbpress. Can some1 help me on this?
help appreciated.
cheers
dave
Are you having the problem just when you login from bbPress? What is your problem exactly? Not being able to delete topics & posts when you login from bbPress? Can you do that when you login from WordPress?
bbpress – “Version 1.0-rc-1”
Wordpress – just a link to upgrade to version 2.8, it was set up about 4 weeks ago, so I’m guessing 2.7?
BUMP!
Man I know this can be real geeky but what if I want to know? Any pointers?