I’m just a bbpress user who helps out here.
I did not respond to allow and other community members to respond if they wished.
I appreciated that you are frustrated, but you are using free software, and with that comes volunteer support. I’m not sure why you feel entitled to get someone to fix your problems for free and at a weekend.
There are 300,000 bbpress sites, and I have been offering support on this forum for 6 years, and have seen most issues that bbpress has had over the years.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
Hello, I installed a BBpress forum on my blog but it’s not impossible to edit a subject or modify anything on the user’s profile because it redirects to the 404 error, how can I do to solve the problem?
Thank you.
Oh wow I waited soon 4 days to hear this?
I only reported what I did so far to troubleshoot this error. And by the way “you are too fast, slow down” is a popular bbPress error. After disabling the flood protection I am able to post but every posts appears as anonymous. This can’t be normal and I think is definitely a bbPress error. Also I can’t reset the database through settings > forums like I said before.
The error log is empty, only one error: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘)’ at line 1 for query SELECT term_id, taxonomy FROM wpOF_term_taxonomy WHERE term_taxonomy_id IN () made by require_once(‘wp-admin/admin.php’), do_action(‘load-tools_page_bbp-repair’), WP_Hook->do_action, WP_Hook->apply_filters, bbp_admin_repair_handler, bbp_admin_repair_topic_tag_count, clean_term_cache
I’m not sure where this message is coming from.
It is not in bbpress, and bbpress just uses WordPress registration.
It may well be WordPress (I haven’t got auto registration on any of my test sites so can’t say)
Or are you running and registration plugins, or does your theme do this, or is it WordPress.
You’ll need to do a bit more digging.
I’m just a user who helps out here, so best I can offer is
bbPress 2.6.5 is out!
@netweb – can you help in updating the log?
that may be true, but it was probably not deleting that user that is behind the problem.
WordPress and bbpress roles are stored in the options table in the database under wp_user_roles.
Something (possibly a roles plugin?) has deleted or changed this role.
If you go into the database and copy what is on there, I may be able to help.
Got a notification in my WP plugins admin page there’s an update of bbBress (Version: 2.6.5
– 5 days ago)
Following the changelog link, gets me here https://codex.bbpress.org/releases/
there is no mention of 2.6.5 (even 2.6.4 is still TBA)…..
so without knowing even the most basic things as to what might have changed I cannot in good faith update the plugin
PS: hmm, seems i need to click on “blog” next to the 2.6.4 “TBA” release …..
perhaps someone should update the https://codex.bbpress.org/releases/ page at some point
Ive tried to desinstall-reinstall Bbpress, but the problem the problem persists.
I also use Buddypress and a lots of plugins. There was no problems before i deleted that user with the Keymaster role.
are you looking at WordPress roles or bbpress roles?
ok, I’m not seeing this issue – can you as a test deactivate bbpress do shortcodes and then retest
bbpress just uses WordPress registration,so will use whatever WordPress does
I installed bb press on my wordpress site, created the register screen, however when the user enters in the username and email there is no email received.
It is not in the junk email and all my other wordpress emails seem to be working. The only thing not working is the bbpress activation email
Just “bbPress Do Short Codes”.
Hello, ive deleted an admin user with the Keymaster statut on BBpress (Version 2.6.5).
Unfortunately, i cant attribute the “keymaster” to another admin user.
I cant manage the forum section in WP.
How can i fix this ?
Thx.
Seb.
can you list other bbpress related plugins you have
I’m just a bbpress user who helps out here, so not in a position to change it 🙂
Actually is also showing on replies, not just the opening topic post. So post = both, topic + reply.
I might add that my forums are set as private, so only users registered to the website and allowed to the forums are able to see and post in them. I’m not sure if that has anything to do with this new error…
Here is a screenshot:

Hello. 🙂
I’m using the latest version of bbPress and I would like to know if there is a way to refresh a page twice when I click its link.
Let’s give an example:
I’m in the topics list.
I’m about to click on one random topic.. It successfully loads the topic and everything goes fine.
But I’m doing some tests with my own plugins and I need to refresh that page twice.
Like – “When you successfully load the page, load it again, just once more.”
Is there a function for doing so? Like adding a refresh function to the topic pagination function?
If you guys could help me out, would be appreciated 🙂
Thank you!
Hi @robin-w
I don’t think it’s related to the mail servers.
From one the mails on the other functionalities work: registration, quote, buddypress, etc …
Two, I try with several services: hotmail, gmail, etc …
The proposed plugin does not seem to solve the problem …
I will try the plugins
BP Emails for BBP
and
bbPress Notify (No Spam)
are you just using bbpress default editor, or have you added the WordPress editor?
Hello all
I have problems with bbpress forum discussions. Users can not save the forum discussions. Especially there are problems with hyperlinks. Sometimes they are able to save, sometimes not. Accroding to our understanding the problems occur when they copy paste text.
Saving works when they use Ipad, but they have much errors with windows setup.
What could be ideal setup for bbforum users avoiding errors? Typical error is forwarding 404 page after they try to save message.
Thank you in advance if you can give some assistance. We would like to keep bbpress our primary tool
email is the most complicated and hardest to debug !
It might be that as your forum becomes more popular, that bbpress method of bulk sending emails is getting them marked as spam – many email companies hate emails with multiple cc’s.
try
AsynCRONous bbPress Subscriptions
@robin-w
Hello,
I have the latest versions of WordPress, bbPress and bbp style pack
Users no longer receive email when they subscribe to a forum or topic.
The email is sent to the administration email but not to subscribers.
It’s not a mailbox problem. When there is a quote, it works.
It is not related to bbPress 2.6.5
Does anyone else have the same concern, is there a setting that I missed?
Thank you for helping me and sorry for my rough English.
Hello all.
I’ve been editing the bbPress 2.6.5 plugin a bit, in order to fit my use.
As of now, I just wanna track down the topic_id and the author_id.
That’s pretty simple, given the set of functions available for the community.
So I managed to write this little code here:
global $author_id;
global $id_of_topic;
$id_of_topic = bbp_get_topic_id();
$author_id = bbp_get_topic_author_id($id_of_topic);
The ID of the Topic is successfully retrieved, let’s say it’s “18446744073709551615”,
but once I pass that variable to bbp_get_topic_author_id(), the output of $author_id is 0.
Now that’s pretty weird considering that if I pass the number 18446744073709551615 directly into that function, everything goes fine, I retrieve the author_id successfully.
One thing I noticed tho, is that printing out $id_of_topic, once with %d and once with %u (just after I call bbp_get_topic_id() ), I get two different values.
– %d = 0
– %u = 18446744073709551615
Pretty weird.. How can I somehow pass the %u to bbp_get_topic_author_id()?
Thanks in advance! 🙂