Skip to:
Content

bbPress.org

Opened 13 months ago

Last modified 2 months ago

#3589 new defect (bug)

Deprecated Warning

Reported by: vapvarun's profile vapvarun Owned by:
Milestone: Awaiting Review Priority: low
Severity: trivial Version: 2.6.11
Component: Extend - BuddyPress Keywords: has-patch
Cc:

Description

Deprecated Creation of dynamic property BBP_Forums_Component::$members is deprecated
wp-content/plugins/bbpress/includes/extend/buddypress/loader.php:149

Deprecated Creation of dynamic property BBP_Forums_Component::$activity is deprecated
wp-content/plugins/bbpress/includes/extend/buddypress/loader.php:153

Active plugin set
bbPress
BuddyPress
Query Monitor

https://prnt.sc/GbzH3V6xy-Ac

Attachments (1)

deprecation-buddypress.patch (540 bytes) - added by SirLouen 2 months ago.
Patch for Sorting Deprecation Messages

Download all attachments as: .zip

Change History (3)

#1 @SirLouen
2 months ago

  • Component changed from General to Extend - BuddyPress
  • Keywords has-patch added
  • Priority changed from normal to low
  • Severity changed from normal to trivial
  • Version changed from 2.6.9 to 2.6.11

Basically, the problem is described here
https://wiki.php.net/rfc/deprecate_dynamic_properties
It will be deprecated and cause an error by PHP 9.0

According to the proposal, There is a simple solution. I attach a patch for this.

@SirLouen
2 months ago

Patch for Sorting Deprecation Messages

This ticket was mentioned in PR #22 on bbpress/bbPress by @SirLouen.


2 months ago
#2

Note: See TracTickets for help on using tickets.