Bug :: Multisite :: Cache Wipe #541
Closed
Comments
Wiping the cache now leaves behind the following files intentionally:
|
Next Pro Release Changelog:
|
ZenCache Pro v150821 has been released and includes changes from this GitHub Issue. See the ZenCache Pro v150821 announcement for further details. This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#541). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview
Wiping the cache on a multisite network results in the very next page view being cached incorrectly, because the
zencache/cache/zc-blog-paths
file is wiped also, and it's not rebuilt until after the next page view, and after theAdvancedCache
class caches for the first time.In that first page view (under the right conditions), this results in an invalid cache path being generated by
buildCachePath()
; i.e., it thinks the path is merely a sub-directory for the main blog instead of identifying it as a child blog token.Bug exists in the updated branch we are working on for the next release only: wpsharks/comet-cache-pro#125, following improvements in the way cache paths are generated.
Steps to Reproduce
child1
andchild2
.child1
orchild2
.zencache/cache
directory.Expected Behavior
That the child blog path is interpreted correctly.
Observed Behavior
The child blog is nested into the main site's directory incorrectly.
The text was updated successfully, but these errors were encountered: