You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ACE (Auto-Cache Engine) fails to auto-cache child blogs in a multisite network whenever the network is being served from a sub-directory.
Steps to Reproduce
Setup a MS network w/ PATH_CURRENT_SITE that uses a nested sub-directory.
Enable ZenCache and enable the ACE.
Create a child blog.
Run the ACE.
Expected Behavior
That both the main site and all child blogs are cached.
Observed Behavior
The main site is cached, but the child blog is not, and I see 404 errors in my server log files.
Problem
This line is formulating a URL to each blog without considering PATH_CURRENT_SITE. This should make a call to get_home_url($blog_id, '', 'http') instead.
The text was updated successfully, but these errors were encountered:
Multisite Bug Fix: Fixed an issue where the Auto-Cache Engine would fail to auto-cache child blogs in a multisite network whenever the network was being served from a sub-directory. Props @jaswsinc. See Issue #537.
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 (#537).
Overview
The ACE (Auto-Cache Engine) fails to auto-cache child blogs in a multisite network whenever the network is being served from a sub-directory.
Steps to Reproduce
PATH_CURRENT_SITE
that uses a nested sub-directory.Expected Behavior
That both the main site and all child blogs are cached.
Observed Behavior
The main site is cached, but the child blog is not, and I see 404 errors in my server log files.
Problem
This line is formulating a URL to each blog without considering
PATH_CURRENT_SITE
. This should make a call toget_home_url($blog_id, '', 'http')
instead.The text was updated successfully, but these errors were encountered: