Cm_Cache_Backend_Redis icon indicating copy to clipboard operation
Cm_Cache_Backend_Redis copied to clipboard

Issues with OpenMage 15 and Cm_Cache_Backend_Redis

Open djixas opened this issue 2 years ago • 1 comments

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

djixas avatar Nov 05 '23 09:11 djixas

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?

colinmollenhour avatar Nov 06 '23 13:11 colinmollenhour