1

I experience a weird issue on Magento ver. 1.14.2.0. The FPC was enabled in backend (Cache Management) but var/full_page_cache didn't exist. I figured out that app/etc/enterprise.xml was missing. After I restored it from a vanilla Magento installation the folder got created. But the size of the folder does not increase although I'm hitting several category and product pages:

du -sh full_page_cache/
4.0K full_page_cache/

It stays empty. I've already set the folder to 777 but no change.

Does anyone know what is may causing the issue?

Thanks!

asked Oct 13, 2015 at 22:36
3
  • 2
    If app/etc/enterprise.xml was missing, probably other cache related files are missing as well. Check that the Enterprise_PageCache module exists for a start... Commented Oct 14, 2015 at 6:05
  • Thanks Jonathan! Only the enterprise.xml was missing, caused by .gitignore. It turned out that FPC wasn't configured correctly in etc/local.xml Commented Oct 14, 2015 at 10:08
  • Great, glad it's working for you now. Commented Oct 14, 2015 at 10:34

1 Answer 1

2

Please check:

  1. If app/etc/enterprise.xml exists and check its content
  2. If app/etc/local.xml contains a <full_page_cache> node. Maybe its not configured correctly or configured to use Redis or another cache.
answered Oct 14, 2015 at 10:07

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.