colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
390 stars 142 forks source link

Problem with other extension when upgrade latest version #175

Open himanshutecstub opened 1 year ago

himanshutecstub commented 1 year ago

Hello,

Use magento 1.9 and already working with Cm_RedisSession & Cm_Cache_Backend_Redis module for store cache & session in Redis server which is working fine.

Recently upgrade both versions

Cm_RedisSession : 3.1.1 Cm_Cache_Backend_Redis : 1.16.0

We also Use amasty full page cache for store front pages cache in Redis. After upgrading cache page can't load properly.

Please advice for that.

x86fantini commented 1 year ago

Hello please define " After upgrading cache page can't load properly." with proper screenshot, log entry or any other error you may have.

himanshutecstub commented 1 year ago

Check in system & exception log there is no error shown. When first load than save all details in cache than after load website page load from that cache.

But after upgrade page not loaded. Shown blank page.

colinmollenhour commented 1 year ago

php version? display_errors on? The tests are all passing and no changes for 4 months so I think there must be some other issue..

himanshutecstub commented 6 months ago

Use PHP 8.2 and check that error because of https://amasty.com/magento-full-page-cache.html extension