Skip to:
Content

BuddyPress.org

Opened 4 months ago

Closed 4 months ago

#9216 closed defect (bug) (fixed)

Various object cache groups are called upon, but were never actually created (episode 2)

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 15.0.0 Priority: normal
Severity: normal Version:
Component: (not sure) Keywords: has-patch
Cc:

Description

This is a follow up of #8590.

It's also the case for:

  • bp_signups
  • bp_optouts

and possibly more others.

Change History (3)

#1 @imath
4 months ago

After a complete review, these 2 are the only ones that are not initialized thanks to wp_cache_add_global_groups().

This ticket was mentioned in PR #351 on buddypress/buddypress by @imath.


4 months ago
#2

  • Keywords has-patch added; needs-patch removed
  • Adds bp_optouts to the BP Core component global cache group registration.
  • Adds bp_signups to the BP Members component global cache group registration.

Trac ticket: https://buddypress.trac.wordpress.org/ticket/9216

#3 @imath
4 months ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 13979:

Add missing bp_signups & bp_optouts global cache groups

  • Adds bp_optouts to the BP Core component global cache group registration’s method.
  • Adds bp_signups to the BP Members component global cache group registration’s method.

Fixes #9216
Closes https://github.com/buddypress/buddypress/pull/351

Note: See TracTickets for help on using tickets.