- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Everybody,
after updating to Magento CE 1.9.2.0, we experienced caching issues in particular with Installations running multiple Websites/StoreViews.
- Blocks from the wrong store view were displayed
- CMS content appearing randomly where it shouldn't
- Flushing the cache resolves the problem for one storeview temporarily but breaks the others
- Disabling cache solves the issue at all
We have fixed this issue and provided a patch to the related issue http://www.magentocommerce.com/bug-tracking/issue/index/id/870
You can apply this path with running the following command in your magento root directory:
patch -p2 </path/to/LUKA-MCE-multistore-caching-hotfix.patch
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento 1.9.2.1 Partially fixes this issue. It still persists for:
- CMS Pages on multiple store views
- All Non-CMS Blocks that do not respect storeviews individually
An updated patch can be found here:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento 1.9.2.1 Partially fixes this issue. It still persists for:
- CMS Pages on multiple store views
- All Non-CMS Blocks that do not respect storeviews individually
An updated patch can be found here:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: CMS Caching Issues With Magento CE 1.9.2.0
I am facing similar cachiing ssues on Magento 1.9.2.4 with mutiple stores. Any ideas ? Will your hotfix patch work with 1.9.2.4. Also I wonder, if the official patch file PATCH_SUPEE-4755_EE_1.13.1.0_v1.sh would be of any help in this case.
@LUKA netconsult wrote:Magento 1.9.2.1 Partially fixes this issue. It still persists for:
- CMS Pages on multiple store views
- All Non-CMS Blocks that do not respect storeviews individually
An updated patch can be found here: