Closed vhanahrni closed 7 years ago
Hi,
I get the error referenced in the title after the update of RedisSession extension.
My magento version is 1.9. and it contains a default RedisSession package in the community code pool, which I used until now, with no issue.
app/code/community/Cm/RedisSession/Model/Session.php app/code/community/Cm/RedisSession/etc/config.xml app/etc/modules/Cm_RedisSession.xml
I'm a bit confused with the updated package's tree, available actually. In my installation, I have :
app/code/local/Cm/RedisSession/Model/Session/Config.php app/code/local/Cm/RedisSession/Model/Session/Handler.php app/code/local/Cm/RedisSession/Model/Session/Logger.php app/code/local/Cm/RedisSession/Model/Session.php app/code/local/Cm/RedisSession/etc/config.xml app/code/local/Cm/RedisSession/lib/ is empty app/etc/modules/Cm_RedisSession_Local.xml app/code/local/credis/ content from colinmollenhour/credis
Before digging around, can you confirm that the installation is correct, or some files are missing ?
Some files were missing, yes : The content of colinmollenhour/php-redis-session-abstract in /lib
Hi,
I get the error referenced in the title after the update of RedisSession extension.
My magento version is 1.9. and it contains a default RedisSession package in the community code pool, which I used until now, with no issue.
I'm a bit confused with the updated package's tree, available actually. In my installation, I have :
Before digging around, can you confirm that the installation is correct, or some files are missing ?