[buddypress-trac] [BuddyPress Trac] #8981: bbPress will need functions update for rewrite rules v12.0.0-beta1

buddypress-trac noreply at wordpress.org
Mon Aug 21 19:37:55 UTC 2023


#8981: bbPress will need functions update for rewrite rules v12.0.0-beta1
--------------------------+-----------------------------
 Reporter:  vapvarun      |      Owner:  johnjamesjacoby
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Forums        |    Version:
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 Try to link/Unlink forums with groups.

 https://prnt.sc/hMl-TQSZY-hD

 Fatal error: Uncaught Error: Call to undefined function
 bp_get_group_permalink() in
 ..\plugins\bbpress\includes\extend\buddypress\groups.php:616

 The issue is specific to bbPress, but errors are due to BuddyPress.

 I believe we can improve by avoiding fatal errors due to the removal of
 deprecated functions from BuddyPress, as the removal of all of them
 defeats the purpose of defining them in the first place.

 We can keep loading deprecated functions up to the last major version
 update, e.g., v12.0 contain all deprecated functions after v11.0 without
 defining the following constant; it will avoid fatal errors like the above
 and give developers time to improve their codes and 3rd party
 dependencies.

 {{{
 define( 'BP_LOAD_DEPRECATED', true );
 }}}

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8981>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list