No idea. It’s a bug in the converter from the sounds of things, but I haven’t looked into it.
Try bumping the converter start (_bbp_converter_start) up 1 or 2, and see if it continues on.
Iβll get right on that copy then π
With great power comes great responsibility.
I’ll get right on that copy then π
π Eventually. Not *quite* there yet. Need to fill in some copy here first, migrate the codex, etc…
Hi netweb
Thank you for replying.
There is no need to check the β_bbp_converter_queryβ to get the topic_id range since this is shown in the Forums page where the conversion hangs. But I did that for confirmation. So I removed any funky characters,etc from that range and still I cannot get it to pass that range.
Any other ideas?
Thank You
In the WordPress database’s ‘_options’ table there should be a field ‘_bbp_converter_query’ and this stores the last executed SQL query that the converter used. Have a look at this query to determine the topic id range and then open up your bbPress 1 database and the ‘_topics’ table to look at the ‘topic_id’ range that the converter is getting stuck at and see if the appears to be any bad/funky/broken data in those topics that could be causing the converter to terminate.
bump! 2.1 is out, along with a brand spanking new bbpress.org. If there ever was a time to introduce the WordPress community at large to bbPress this would be it π
Loving it!
Some “could be nice”s:
Frontpage: I think the 1-3 latest blog posts ought to be shown prominently somewhere on the front page.
Forum: Have you considered using the excellent WP Markdown plugin for this forum? I find it to be a really clever, future-proof alternative to bbcode.
-
This reply was modified 13 years, 8 months ago by
Erlend.
That’s annoying. Can you create a trac ticket over on bbpress.trac.wordpress.org, and I’ll check it out for 2.1.1?
If bbporg_ is in the twentyten theme, that’s me being an idiot; and I’ll have to fix it in 2.1.1. Can you create a trac ticket over at bbpress.trac.wordpress.org, and I’ll take a look into this more?
Oops, the code got parsed funky. Basically, I’m using a variation of the code on this page: https://codex.wordpress.org/Function_Reference/fetch_feed
That’s a bit odd, since that’s a core WordPress WP_Query method.
Can you confirm that your update went smoothly? Maybe try reinstalling bbPress manually.
Also, what theme are you using? It’s possible there’s a conflict, or something else weird is going on.
Thanks for helping.
Hi guys
Just to add to my latest reply above, I started a conversion with row limis = 100 and delay time = 1 and it was succesfull up to the lines 700-799. The conversion cannot pass that point. Whatever I do. It hangs always at 799.
Thank You
Hi guys
I found the last query as @John James Jacob pointed out. However, I do not think that this is the issue. As I decrease the “Rows Limit” the conversion goes further one more step. I mean it will proceed one more conversion step and then hang. For instance, having “Row Limits” set to 10 it passed the “Converting topics (780 – 789)” but it hanged at “Converting topics (790 – 799)”. Before this, I set the “Row Limits” to 25, again the conversion executed one more conversion step than when the “Row Limits” set to 50.
I have no idea how to troubleshoot this. Any ideas?
Thank You
My two cents worth … bearing in mind that I don’t actually use bbPress at the moment so this is all theoretical, so treat my opinion accordingly …
I migrated a site with around 250,000 posts a while back, and the only thing I had trouble with was the import script timing out, but that’s an easily fixable bottleneck.
I think the main problem you might stumble across, is that WordPress isn’t that good at handling dynamic content IMO and so the server load may become a problem with lots of activity on your forum. Most sites are static, therefore you can cache the heck out of them, forums not so much.
Personally, I’d still use bbPress even for a fairly large forum though. I know WordPress better than anything else, and so I’d be more comfortable scaling bbPress to high traffic volumes than I would any other platform. My suspicion is that many other dedicated forum packages could theoretically handle a lot more load though, since they’re (theoretically) architected to handle dynamic content better than WordPress.
PS: Kudos to whoever’s been working on this site in the past 12 months. I haven’t been here in a while and it sure does look a lot better π
-
This reply was modified 13 years, 8 months ago by
Ryan Hellyer.
-
This reply was modified 13 years, 8 months ago by
Ryan Hellyer.
Hi John James Jacoby
Thank you for your reply and help.
I will look into this and get back to you with feedback.
Thank You
@markusbb – I experienced this twice while converting bbPress.org over last night. I considered it a fluke, since it was with over 100k post entries.
In your wp_options table, should be an entry with the key ‘_bbp_converter_query’. It will indicate what the last attempted converter query is, which will narrow down the scope of your search to figure out what may have gone wrong.
Apologies that you’re having trouble, and we’d like to get whatever is wrong fixed up for the next release.
Hi guys
Thank you for your replies.
I started the conversion however it hangs at a “Converting topics (300 – 599)” point. I restarted the conversion and still the same. Any ideas why this might happening?
Thank You
The code is in the core for you to use, though not yet implemented in the front end, the functions work.
https://bbpress.trac.wordpress.org/changeset/3632
https://bbpress.trac.wordpress.org/changeset/3633
Hey guys, today I installed bbpress on my wordpress blog. But I suddenly face a problem. After i entered mydomain.com/forums i say all the categories. Then when i click on a category it opens a page with this write :
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/mileyray/public_html/wp-content/themes/especial/libraries/breadcrumb.php on line 88
the line that it underlines is: echo get_category_parents($ID, TRUE, $markup, FALSE );
I’m using the latest version of wordpress 3.4.1
Please help me! Thx in advance.
Hello community,
I am doing some work for a client (www.autoedizione.nl), unrelated to bbpress, but all of a sudden, after updating bbPress, links to categories are very strange.
In the menu, there are links to category pages which are (simply put) site.domain/category, and these worked fine before update. After the update, they are redirected to site.domain/forums/forum/category.
The links in the menu are generated by WordPress, using get_category_link($id), with the correct $id.
Is there any way to fix this? It’s wreaking havoc for the site. By the way, links to pages that are formatted similarly (site.domain/page), still work.
I have been searching for a solution to this problem for days…and I’ve managed to find a solution only hours after posting this message – I find that quite ironic.
The way that I found which works really well for me is to use the Page Security by Contexture plugin. It creates groups very simply and restricting a forum to a given group/groups restricts all the topics in that forum as well replies and so on. It’s exactly what I needed.
I am trying to find a way to create groups of users in WordPress and allow only certain groups access to certain forums.
Can anyone suggest a way of doing this using bbPress and other plugins only? I don’t want to use BuddyPress.