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?
Hi all,
is this a function from bbPress 1.0 Release Candidate? In 0.9.0.5 it seems not to work:
"Fatal error: Call to undefined function is_user_logged_in() in ../forum/bb-templates/scoun/front-page.php on line 3"
Sam et al,
Not sure if this is a bug or not (I am relatively new to the BBPress community, please excuse me if this is not a problem) but I find even as an administrator I am unable to add tags to topics that have already been posted.
Example: Someone posts a topic that is missing tags. I try to add the tags and get this message on a white screen:
“The tag was not added. Either the tag name was invalid or the topic is closed.”
Don’t remember getting this issue until RC2.
If a topic is missing a Tag, one should be able to add it, correct?
martenk, thanks so much. That plugin was what I was looking for. AMAZINGLY easy!
Here it is again for anyone that just wants to be able to create a page in the admin that links to the blog without editing the core files (which wouldn’t be fun to think about when you update).
http://txfx.net/code/wordpress/page-links-to/
Hi, I would like to display forum on wordpress page, and i used a gerink post, but when i put that code:
$bb->WP_BB = true;
if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
else
if (file_exists(‘../../wp-blog-header.php’))
require_once(‘../../wp-blog-header.php’);
In to the top of my bb-config.php file, i just can not login in to the bbpress. I try to create new account, but effect is the same. When I click “Log in >>” , the site is only refresh, and I still can only log in.
I have wp 2.8 and bbpress 0.9.0.5.
I used the Pages Links To plugin and it works perfectly for my needs
I am going to give my forums a different feel from the website. Thanks!
I have today in production a bb-press Version 1.0-alpha-5 (I’m not moving to RC1 as recommanded by _ck_) and WP 2.7. The SSO between the 2 was working perfectly.
I just upgraded my WP install to the new version 2.8, and now whatever I try the SSO is broken (if I log in WP, I’m disconnected from BBpress, and vice-versa). The wp-config.php and bb-config.php are in synch.
Is it a known problem?
Thanks!