Hi,
I got an odd issue that I’ve been trying to figure out. And I can’t seem to find an answer from Google.
My APC Cache works on DEV machine. But in PROD, it is not. APC Cache in PROD is configured properly as I see from the APC Info dashboard.
All I see in PROD run.log is it’s always trying to save to cache. It’s not serving.
2014/01/12 18:24:48 [trace] [system.caching.CApcCache] Saving "Yii.COutputCache.cache_memberpic_item…item/view…" to cache
And when I tried to switch to CFileCache, it’s properly serving after saving to cache.
Any help will be greatly appreciated.
Thanks.