Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with OpenMage 15 and Cm_Cache_Backend_Redis #179

Open
djixas opened this issue Nov 5, 2023 · 1 comment
Open

Issues with OpenMage 15 and Cm_Cache_Backend_Redis #179

djixas opened this issue Nov 5, 2023 · 1 comment

Comments

@djixas
Copy link

djixas commented Nov 5, 2023

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
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants