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

Issues with OpenMage 15 and Cm_Cache_Backend_Redis #179

Open djixas opened 9 months ago

djixas commented 9 months ago

Since v15 removed all redis mentions, Cm_Cache_Backend_Redis no longer works.

What is the proper way to remove the plugin? There doesn't seem to be documentation for it. As even after deleting all files and folders (it never existed in .xml to begin with and i dont even remember installing plugin), i still get:

[05-Nov-2023 08:02:48 UTC] PHP Fatal error: Uncaught Error: Class "Cm\RedisSession\Handler" not found in /home/xxxxxxxx/public_html/app/code/community/Cm/RedisSession/Model/Session.php:50

advanced/modules_disable_output/Cm_RedisSession is set to 1 as well, the only sql record i could find of Cm_RedisSession

colinmollenhour commented 9 months ago

v15? Cm_Cache_Backend_Redis isn't actually a Magento module, it's just a library, but it's also not related to Cm_RedisSession directly, they are different projects. The advanced/modules_disable_output/... config only has to do with rendering blocks so that won't help. Did you delete app/etc/modules/Cm_RedisSession.xml?