Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #9076, comment 11


Ignore:
Timestamp:
03/04/2024 02:28:41 PM (23 months ago)
Author:
shawfactor
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9076, comment 11

    v1 v2  
    11@imath I have identified the issue and it is an issue with buddypress 12.** and its interaction with object caching on multisite when BP_ENABLE_MULTIBLOG is set to true. Basically the directory_pages cache seems to relfect that of the root blog .
    22
    3 This can be reproduced by running a clean install of buddypress 12.*** on mutisite with BP_ENABLE_MULTIBLOG set to true and acting redis object caching. The issue exists. Incuding the fatal errors. It can be remedied by excuding the chache group bp_pages from object caching
     3This can be reproduced by running a clean install of buddypress 12.*** on mutisite with BP_ENABLE_MULTIBLOG set to true and activating redis object caching. The issue exists. Incuding the fatal errors. It can be remedied by excuding the chache group bp_pages from object caching
    44
    55I think you patch functioned more as a band aid for the underlying issue.