WOW scary results here. I have a stable thing with WP 3.3 and bbPress 2.0.2 im down right frightened to uprade either of these. I’m not touching a thing right now and I recommend that to everyone.
I would suggest creating a backup of your database before performing this. Once you have a backup create a PHP file and paste the below code in it:
<?php
require_once('wp-load.php');
$posts = get_posts(‘post_type=revision&post_status=any&numberposts=-1’);
foreach($posts as $post)
{
echo “{$post->post_title}n”;
wp_delete_post($post->ID,true);
}
?>
Place the file in your WordPress root folder and load the file in your web browser by typing {domain}/{filename}.php
It should output a list of revisions that were removed.
Have you had a look at the Settings > Forums section inside wordpress.
This should help.
I have this same problem. http://bookmoxy.com/forums
If I try to access my forums in my buddypress profile it comes up with a blank page.
It’s a brand new network install running WordPress 3.4 BuddyPress 1.5.6 bbPress 2.0.3
I have this same problem. http://bookmoxy.com/forums
If I try to access my forums in my buddypress profile it comes up with a blank page.
It’s a brand new network install running WordPress 3.4 BuddyPress 1.5.6 bbPress 2.0.3
I installed the plugin, and made a forum to test it out. It says it was created and shows the link I should see it at, but when I click ‘View Forum’ wordpress gives a 404 error and the page isn’t found. Same when I manually type it in.
What could it be? I’m sure it’s an easy fix, but I cannot for the life of me figure this out.
Thanks for the help!
Yeah that really doesn’t make sense to me.
Which theme is your _active_ WordPress theme?
Upgraded to new WP with no issues. Tried to upgrade to latest bbpress from within the plugins admin page, and get the error:
Plugin could not be activated because it triggered a fatal error.
After update my forum styling got corrupted. ‘width’ parameter on posts seems to be not correctly set.
Anyone have an idea where this parameter is set?
Using Suffusion theme.
O
I’m getting this error after updating Wp and BBPress 
Fatal error: Class ‘BBP_Theme_Compat’ not found in /home/technoti/public_html/technotip.com/wp-content/themes/NewsDen-child/functions.php on line 31
SKParticipant
https://bbpress.trac.wordpress.org/ticket/1669
is really the only major ticket for 2.1 for over 5 months now.
Seems BuddyPress integration is proving to be more complex than anticipated
In my case, I can’t access to the wp-admin, I’ve also an error 500…
after deleting bbpress 2.0.3 and reinstalling it.. i get the right links to my dashboard but i just get 404 error messages when i try to enter or create any forum
I made the update to WP 3.4 and then bbPress 2.0.3 : my blog is down with an error 500. I don’t know what to do, any idea ?
after installing wp 3.4 and updating buddypress and bbpress 2.0.3 all posts in the dashboard going to the forum index…. if we deactivate bbpress all post link where they should link to…
Actually that has changed now. If you download the file from https://translate.wordpress.org/projects/bbpress/plugin/ then it will have the correct name already, which would be in the format bbpress-plugin-de.mo
The ‘plugin’ part in the name has to be removed. I wrote all the steps required to change the language in my blog: http://www.anttivaihia.com/blog/2012/06/how-change-language-bbpress-20
Thank you, John. It is, in-fact, corrected. I figured it was something small, that was likely overlooked. I truly appreciate the quick response, the Forums is like nearly the entire purpose of my BuddyPress install so without bbPress working neither was needed. But I had full faith in the Key Master, so much so in-fact, I took a nap while you fixed this. Hehe… No really, it had me so stressed sometimes a nap is the best medicine. Anyway, I’m sure you’re a busy guy so thanks again!
Andrew
If you’re experiencing slow or missing forums after updating to WordPress 3.4, updating to bbPress 2.0.3 will get your forums back up. This only effects configurations where forum visibility was toggled, and those forums still exist (I.E. were not deleted after checking it out.)
-
This topic was modified 13 years, 7 months ago by
Stephen Edgar. Reason: Remove Spam Topic Tags
lol thanks for the bbpress update bbpress didn’t think you’d let me down haha 
Andrew check your plugin updates 2.0.3 available for download 
just sad i have to redo my whole site again but i have a clearer mind and can control this I’m going to do all my test updates etc on a test install on my site.
Update to bbPress 2.0.3; should work just fine.
https://bbpress.org/forums/topic/wordpress-34-forums-extremly-slow
Someone else is reporting the same behavior with bbPress 2.0 and WP 3.4. I’m running an unreleased version of bbPress 2.1 I grabbed from SVN. It is possible the behavior is fixed with the SVN version.
You can uninstall bbPress by deleting the folder from wp-content/plugins to resolve the issue, or you can try the new version of bbPress from SVN. It isn’t a production release, so it may have bugs, but then again so does the version you’re running apparently.
https://bbpress.trac.wordpress.org/changeset/3958/branches/plugin?old_path=%2F&format=zip