colinmollenhour / Cm_RedisSession

Redis-based session handler for Magento with optimistic locking
208 stars 121 forks source link

Class 'Cm\RedisSession\Handler' not found in Model/Session.php on line 58 #115

Closed vhanahrni closed 7 years ago

vhanahrni commented 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 ?

vhanahrni commented 7 years ago

Some files were missing, yes : The content of colinmollenhour/php-redis-session-abstract in /lib