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!

Stefan
  • 1,497
  • 1
  • 22
  • 44

1 Answers1

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.
Stefan
  • 1,497
  • 1
  • 22
  • 44