colinmollenhour / Cm_RedisSession

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

PHP Fatal Error #124

Closed tkd-hgoertz closed 7 years ago

tkd-hgoertz commented 7 years ago

With php-redis-session-abstract 1.3.5 and credis 1.9.0 we run into php fatal error because of

Class Cm_RedisSession_Model_Session_Config contains 4 abstract methods and must therefore be declared abstract or implement the remaining methods (Cm\RedisSession\Handler\ConfigInterface::getSentinelServers, Cm\RedisSession\Handler\ConfigInterface::getSentinelMaster, Cm\RedisSession\Handler\ConfigInterface::getSentinelVerifyMaster, ...) in /var/www/htdocs/.../app/code/Cm/RedisSession/Model/Session/Config.php on line 195
colinmollenhour commented 7 years ago

Thanks for the report, but duplicate of #123

tkd-hgoertz commented 7 years ago

thx, sorry didn't recognized the duplicate