Skip to:
Content

BuddyPress.org

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


Ignore:
Timestamp:
03/04/2024 02:27:36 PM (2 years ago)
Author:
shawfactor

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9076, comment 11

    initial v1  
    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 repsorduced 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 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
    44
    55I think you patch functioned more as a band aid for the underlying issue.