I just checked my site and Group Docs, BP Docs and Group Extras are all working fine with BP 3.0. Think you are going to have to be more speicific about your config – could this be a theme issue?
Its the mh-magazine Theme on the Site with Integrated standard buddypress configuration. URL is http://www.bipar.de
Everything worked fine with 2.9.4. Problems occured immeadetly After Update to bp 3.0
I’d try switching to 2017 to see if that works, also try turning on WP_DEBUG to see if you are getting any error messages.
Sorry: “switching to 2017” what do you mean with this?
WP_DEBUG says:
Fatal error: Uncaught Error: Call to undefined function bp_is_group_forum() in /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/themes/mh_magazine/buddypress/groups/single/home.php:123 Stack trace: #0 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-includes/template.php(690): require() #1 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template(‘/pages/f6/cb/d0…’, false) #2 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part(‘groups/single/h…’, NULL) #4 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-theme-compat.php(265): bp_buffer_template_part(‘groups/single/h…’, NULL, false) #5 /pages/f6/cb/d0013282/home/htdocs/bipar/wp-includes/class-wp-hook.php(286): BP_Groups_ in /pages/f6/cb/d0013282/home/htdocs/bipar/wp-content/themes/mh_magazine/buddypress/groups/single/home.php on line 123
We hav’nt installed bbpress forum. Maybe, there’s an error with this?
It seems either you or your theme has overloaded legacy file that is calling a deprecated function, if you did not set up this overload I’d get onto your theme authors to get them to update their theme.
Thats a file which came original with buddypress! and again: no problem with 2.9.4, start’s with update to 3.0
files change, the point about overloading a file is that you take responsibility for keeping it up to date since the automatic process have been over-ridden
I deactivated line 123
//elseif ( bp_is_group_forum() ) : bp_get_template_part( ‘groups/single/forum’ );
and no everything works fine. In my opinion it’s a bug in bp 3.0 …
@Venutius Thank you very much for your time!