Changes between Version 1 and Version 2 of Ticket #9076, comment 11
- Timestamp:
- 03/04/2024 02:28:41 PM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9076, comment 11
v1 v2 1 1 @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 . 2 2 3 This can be reproduced by running a clean install of buddypress 12.*** on mutisite with BP_ENABLE_MULTIBLOG set to true and acti ng redis object caching. The issue exists. Incuding the fatal errors. It can be remedied by excuding the chache group bp_pages from object caching3 This 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 4 4 5 5 I think you patch functioned more as a band aid for the underlying issue.