Search Results for '"wordpress'
-
AuthorSearch Results
-
June 16, 2012 at 8:01 pm #113965
In reply to: bbPress 2.0.3 and WordPress 3.4
rmazereeuw
ParticipantWhen I upgraded to the newest version of bbpress, I was getting the error:
Plugin could not be activated because it triggered a fatal error.
Looks like it may have been a memory issue. I bumped up my wp memory in wp-config.php and all is good.
Your mileage may vary…
June 16, 2012 at 9:46 am #113964In reply to: bbPress 2.0.3 and WordPress 3.4
Jeff Sebring
MemberIf you are using persistent cacheing, you may need to use wp_cache_flush() to allow the upgrade variable to be set.
I kept being sent to the upgrade database page from the admin after updating on a heavily cached site.
I hope this helps someone.
June 16, 2012 at 7:57 am #113963In reply to: bbPress 2.0.3 and WordPress 3.4
Martin
ParticipantI’ve got a reasonably complex set of plugins myself.
I’ve upgraded to WP 3.4 and bbPress 2.03 with minimal issues.
I’d suggest that you’ve either got a plugin conflict and/or a theme that isn’t 3.4 compatible.
Your first port of call is to revert to the bog standard WP theme for testing and then if that doesn’t resolve things, start by disabling plugins.
And then report back here
June 16, 2012 at 7:31 am #113940In reply to: I have just installed but lost from here
John James Jacoby
KeymasterLook harder. Plenty of examples in the forums here and the codex.
What your site looks like is not the intention. Your theme is not compatible with bbPress, since it’s doing something o override the WordPress template loader.
June 16, 2012 at 7:24 am #113962In reply to: bbPress 2.0.3 and WordPress 3.4
John James Jacoby
KeymasterNot experiencing any of these issues on several installations. Can you please try your updates again? If you have anymore feedback other than ‘it broke’ would also be great.
June 16, 2012 at 4:34 am #113960In reply to: bbPress 2.0.3 and WordPress 3.4
DarwinsDream
MemberWOW 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.
June 15, 2012 at 4:38 pm #112932In reply to: Removing log of edits to forum
Todd – WireFlare
ParticipantI 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.
June 15, 2012 at 2:57 pm #114026In reply to: forums/forum URL, shorter URL possible?
Lynq
ParticipantHave you had a look at the Settings > Forums section inside wordpress.
This should help.
June 15, 2012 at 10:11 am #102822smackmathew
MemberI 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
June 15, 2012 at 10:11 am #97722smackmathew
MemberI 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
June 15, 2012 at 4:27 am #45370Topic: Unable to find forum
in forum InstallationCoryN
MemberI 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!
June 14, 2012 at 9:03 pm #113951In reply to: WordPress v3.4 not compatible with bbPress?
Jared Atchison
MemberIf anyone has any other 3.4 issues feel free to post in https://bbpress.org/forums/topic/bbpress-203-and-wordpress-34
June 14, 2012 at 9:00 pm #112566In reply to: 2.1 release date
Jared Atchison
MemberJust a note, should be fixed now https://bbpress.trac.wordpress.org/ticket/1849
June 14, 2012 at 8:59 pm #114014In reply to: 2.1 Ignoring certain template files?
Jared Atchison
MemberYeah that really doesn’t make sense to me.
Which theme is your _active_ WordPress theme?
June 14, 2012 at 8:57 pm #114019In reply to: How to attache photos?
Jared Atchison
MemberCheck out this plugin: https://wordpress.org/extend/plugins/gd-bbpress-attachments/
June 14, 2012 at 8:50 pm #113924In reply to: WordPress 3.4; /forums extremly slow
Jared Atchison
MemberSee https://bbpress.org/forums/topic/bbpress-203-and-wordpress-34 for more details!
June 14, 2012 at 8:25 pm #113958In reply to: bbPress 2.0.3 and WordPress 3.4
rmazereeuw
ParticipantUpgraded 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.
June 14, 2012 at 3:52 pm #113957In reply to: bbPress 2.0.3 and WordPress 3.4
Olzen
ParticipantAfter 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
June 14, 2012 at 3:13 pm #113956In reply to: bbPress 2.0.3 and WordPress 3.4
Satish
ParticipantI’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
June 14, 2012 at 8:22 am #112564In reply to: 2.1 release date
SK
Participanthttps://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
June 14, 2012 at 7:52 am #113955In reply to: bbPress 2.0.3 and WordPress 3.4
Shain
MemberIn my case, I can’t access to the wp-admin, I’ve also an error 500…
June 14, 2012 at 7:44 am #113954In reply to: bbPress 2.0.3 and WordPress 3.4
3typen
Memberafter 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
June 14, 2012 at 7:33 am #113953In reply to: bbPress 2.0.3 and WordPress 3.4
Shain
MemberI 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 ?
June 14, 2012 at 7:33 am #113952In reply to: bbPress 2.0.3 and WordPress 3.4
3typen
Memberafter 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…
June 14, 2012 at 6:38 am #111692In reply to: Where should I place the language files?
vaantti
ParticipantActually 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
-
AuthorSearch Results