You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: