So 😅. Thanks for sharing the error log. To me, deprecation notices cannot be the source of your troubles. For bbPress you need BP Classic as it’s not ready for BP 12.0.0. I submitted a patch to their Trac env. but it has not been committed yet.
Even if BP Classic is active, your links are logging you out?
There’s only 2 way to get this behavior, the links are containing the logout URL, or some code is redirecting the page after logging you out.
Next step would be to rollback to 11.4 to see if the bug has disappeared. But if it’s the case I’d be surprised.
I have better messages, bbpress and bbp style pack by robin w. These are plugins that have influence over buddypress
Hi,
I advise you to download and activate the BP Classic backwards compatibility Add-on for 3rd party plugins not ready yet for version 12.0.0 of BuddyPress (bbPress is not currently ready for it, see: https://bbpress.trac.wordpress.org/ticket/3576)
Hello everyone,
Since the update to version 12.0, there have been numerous changes. One of them is the desynchronization between the “favorite” and “subscribe” features in BuddyPress and BBPress. Is there a solution to address this issue?
Thankyou
Hello. When I click on the name of another user in our Forum, it currently redirects us to an account restricted page and not their profile. I have been checking BP settings but I do not see any setting to unrestrict it at the moment,
I am new to WP in general but I do think that viewing other profiles should be possible. Not sure if there is a setting somewhere that will allow this function. As mentioned, the users are clickable right now but when I do click it, it redirects me to a restricted access page.
We are using Version 12.0.0
Link to our forums: https://parentingourparents.info/forum/
Here are the plugins currently activated:
Avada Builder
Avada Core
Basic User Avatars
bbPress
BetterDocs
BetterDocs Pro
BuddyPress
Classic Widgets
CoBlocks
Elementor
Google Analytics
Paid Memberships Pro
Paid Memberships Pro – bbPress Add On
Paid Memberships Pro – BuddyPress & BuddyBoss Add On
Paid Memberships Pro – Donations
Sucuri Security – Auditing, Malware Scanner and Hardening
User Menus
WP User Profile Avatar
WPForms Lite
@cb44
This is weird because if you activated BP Classic the undefined function your error log is reporting is included into BP Classic:
https://github.com/buddypress/bp-classic/blob/8e8ec62d07e1033a78922aa76a4699669fda31f8/inc/core/functions.php#L557
So it shouldn’t error. I’ll test bbPress again.
@hengstigal Reading your error it looks like the BP Groups component is not active. Moreover I also see that your plugin Grimlock BuddyPress is not ready for version 12.0.0 of BuddyPress. I advise you to activate BP Classic : it’s the backwards compatibility plugin we’ve built on purpose for such a situation:
BP Classic
@cdb44 bbPress needs the same backwards compatibility plugin ^^. Please activate it. Moreover it looks like you’ve disabled deprecated functions loading probably using the BP_IGNORE_DEPRECATED constant into your wp-config.php file or elsewhere.
Have any of you experienced the same frustration, or am I a lone wanderer in the desert of BBPress installation issues? Share your thoughts, tips, or maybe just commiserate with me. Let’s turn this thread into a virtual support group for the baffled BBPress initiates!
Hello Mathieu,
we are using BuddyPress in conjonction with BBPress.
We get this error :
Fatal error: Uncaught Error: Call to undefined function bp_core_get_user_domain() in /path/wp-content/plugins/bbpress/includes/extend/buddypress/members.php:229 Stack trace:
#0 /path/wp-content/plugins/bbpress/includes/extend/buddypress/members.php(100): BBP_BuddyPress_Members->get_profile_url(1)
#1 /path/wp-includes/class-wp-hook.php(324): BBP_BuddyPress_Members->get_user_profile_url(1)
#2 /path/wp-includes/plugin.php(205): WP_Hook->apply_filters(1, Array)
#3 /path/wp-content/plugins/bbpress/includes/core/abstraction.php(471): apply_filters(‘bbp_pre_get_use…’, 1)
#4 /path/wp-content/plugins/bbpress/includes/users/template.php(560): bbp_maybe_intercept(‘bbp_pre_get_use…’, Array)
#5 /path/wp-content/plugins/bbpress/includes/replies/template.php(1280): bbp_get_user_profile_url(1)
#6 /path/wp-content/plugins/bbpress/includes/replies/template.php(1189): bbp_get_reply_author_url(775)
#7 /path/wp-content/plugins/bbpress/includes/users/template.php(2019): bbp_get_reply_author_link(Array)
#8 /path/wp-content/plugins/bbpress/includes/users/template.php(1990): bbp_get_author_link(Array)
#9 /path/wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php(70): bbp_author_link(Array)
#10 /path/wp-includes/template.php(792): require(‘/path…’)
#11 /path/wp-content/plugins/bbpress/includes/core/template-functions.php(103): load_template(‘/path…’, false)
#12 /path/wp-content/plugins/bbpress/includes/core/template-functions.php(41): bbp_locate_template(Array, true, false)
#13 /path/wp-content/plugins/bbpress/templates/default/bbpress/loop-forums.php(35): bbp_get_template_part(‘loop’, ‘single-forum’)
#14 /path/wp-includes/template.php(792): require(‘/path…’)
#15 /path/wp-content/plugins/bbpress/includes/core/template-functions.php(103): load_template(‘/path…’, false)
#16 /path/wp-content/plugins/bbpress/includes/core/template-functions.php(41): bbp_locate_template(Array, true, false)
#17 /path/wp-content/plugins/bbpress/templates/default/bbpress/content-archive-forum.php(27): bbp_get_template_part(‘loop’, ‘forums’)
#18 /path/wp-includes/template.php(792): require(‘/path…’)
#19 /path/wp-content/plugins/bbpress/includes/core/template-functions.php(103): load_template(‘/path…’, false)
#20 /path/wp-content/plugins/bbpress/includes/core/template-functions.php(41): bbp_locate_template(Array, true, false)
#21 /path/wp-content/plugins/bbpress/includes/common/shortcodes.php(197): bbp_get_template_part(‘content’, ‘archive-forum’)
#22 /path/wp-content/plugins/bbpress/includes/core/theme-compat.php(549): BBP_Shortcodes->display_forum_index()
#23 /path/wp-includes/class-wp-hook.php(324): bbp_template_include_theme_compat(‘/path…’)
#24 /path/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘/path…’, Array)
#25 /path/wp-content/plugins/bbpress/includes/core/sub-actions.php(477): apply_filters(‘bbp_template_in…’, ‘/path…’)
#26 /path/wp-includes/class-wp-hook.php(324): bbp_template_include(‘/path…’)
#27 /path/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘/path…’, Array)
#28 /path/wp-includes/template-loader.php(104): apply_filters(‘template_includ…’, ‘/path…’)
#29 /path/wp-blog-header.php(19): require_once(‘/path…’)
#30 /path/index.php(17): require(‘/path…’)
#31 {main} thrown in /path/wp-content/plugins/bbpress/includes/extend/buddypress/members.php on line 229
Any advice to get our site back to life ?
Hi @robin-w
You’re right, thanks for reminding me about it. Just commented to reply to your question on the bbPress Trac ticket.
@imath I’m not sure you are getting informed of my question in
https://bbpress.trac.wordpress.org/ticket/3576
Buddypress version 11.4.0 and bbpress version 2.6.9
Wordpress version 6.4.1
I would like to add an item to the membership registration screen. Gender age, file upload for identity verification, etc. In addition, I would like to force gender and age, etc. to be displayed by default in the profile after login.
Is there a plugin or extension that would allow this?
Buddypress version 11.4.0 and bbpress version 2.6.9
Wordpress version 6.4.1
I would like to add an item to the membership registration screen. Gender age, file upload for identity verification, etc. In addition, I would like to force gender and age, etc. to be displayed by default in the profile after login.
Is there a plugin or extension that would allow this?
To allow any logged-in user to post in your bbPress forum within a specific BuddyPress group, go to your WordPress dashboard, navigate to Forums > [Your Forum], and adjust the forum’s settings. Look for permissions or access settings and set them to “Logged In Users” rather than restricting it to group members only.
@imath I was running this test with both BuddyPress 12.00-beta4 and previous 11 version too.
I’ve not tried to include the patch you link to me, I’ll try it.
I understand that it could be a bbPress issue. Both bbPress and BuddyPress seem to have been answering on issues that it’s the other plugin that needs to patch. The issue was reported 11 years ago and again 4-5 years ago with the same response on both side.
I don’t know both codebases enough (dug into both of them for the first time last week) to conclude if in the end it’s bbPress or BuddyPress that need patching but in the end there’s been an incompatibility on and off for 10 years… that even happen on Buddypress.org profiles.
I’ll try with the latest BuddyPress patch for bbpress and let you know. Is it implemented on this very website though? Because as I pointed out, this bug is affecting the website here too.
Hi @jgasba
If it’s bbPress pagination, my first guess would be it’s a bbPress issue. Have you tried BuddyPress 12.0.0-beta4 & latest bbPress patched with the patch I’ve attached to this ticket https://bbpress.trac.wordpress.org/ticket/3576 ?
There is a very long running issue about that, it seems, on bbpress trac here https://bbpress.trac.wordpress.org/ticket/3355#comment:4
if you have any more info on that, please share.
Either wait for a bbPress update (it seems that it is in a slow pace lately), or maybe include a function hooking to bbp_get_replies_pagination_base filter (for replies as an example) to fix it on buddyPress side? (or on theme/plugins dev side but then it would probably be a good thing to include it in the docs somewhere?)
I have some feedback for the beta4: I stumbled upon this issue on my big site config but in troubleshooting mode with only default WP theme 2024 + BuddyPress (Heritage template but Nouveau has same problem) + bbpress I have this issue: in the /members/forums/ tabs of a member page, when I click on the different pages they do not display different content, only first page’s one.
Could this be a problem with BuddyPress or is this only bbpress?
I created a bbpress forum in a specific buddypress group. Now I would like to change the permissions so any logged in user can post in the forum (not just group members). How do I do this?
(damn the spam on this forum seems constant, that’s frustrating)
I’m using BBpress.
In fact the website I’m working on used BBpress and i’m trying to integrate that and Buddypress (that I enabled mainly to add private message to the website).
bbpress has the advantage to contain templates that work directly when you enable both plugin.
I’m trying to pull all the information from both bbpress profile and buddypress profile to an existing custom theme profile page but that’s the challenging part.
Hi all,
How are folks managing forums? Are you using BBPress?
To me BBPress seems like what ultimately works best with Buddypress.
I was once a BuddyBoss user and the bloat was slowing down my site and then not playing well with a theme I transitioned to for speed.
How are you managing forums along with groups?
Many Thanks!
Hi,
I have met a problem my Buddypress cannot allow my user to post activities. I am using a theme called Vikinger. I have tried numerous solutions like creating a new role or try to config the Buddypress setting (There is no activity setting). However, the problem cannot be solved. Can anyone help me? I would really appreciate that!
WordPress version: 6.3.2
BuddyPress Version: 11.3.1
BBPress Version: 2.6.9
Site Url: https://furryisland.net/
I’ve finally gotten a test site up to try out 12.0.0-beta2. It looks (so far) like I can run without BP Classic. I am seeing a lot of Deprecated notices for things like bp_core_get_user_domain and bp_get_group_permalink, but maybe those just haven’t been cleaned up yet.
I do see something else, which is not new in BP 12, but I hope it’s OK if I just mention it here. It seems to be an interaction between BP and bbPress. When my site is set to UTC the BP notifications for bbP posts have the right times. But if, for example, I set my WordPress time to UTC+4, then the times of mention notifications look right, but the times of reply notifications are four hours off.
I don’t *think* there’s anything weird on my site that would cause this.
@awol, regarding your bbPress tangent — my experience is that neither the BP forum (this one) nor the bbP support forum work the way BP and bbP do “out of the box.” Perhaps it has something to do with the theme, or perhaps they’re customized. But if you want to see how they’re going to work together your you, I’d suggest setting up a test site and installing them with your theme. Also robin-w on the bbpress forum has a plug-in that allows for a lot of customization and is pretty good about answering these kind of questions.