cancel
Showing results for 
Search instead for 
Did you mean: 

Magento s:d:c

Magento s:d:c

After done some upgrading to 2.4.6-p5 I get suddenly the following compile error

 

Application code generator... 3/9 [=========>------------------] 33% 7 secs 346.0 MiBPHP Fatal error: Class Magento\Framework\Session\SaveHandler\Redis\Config contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Cm\RedisSession\Handler\ConfigInterface::getRetries) in /home/u58658p55525/domains/staging.4youwear.nl/public_html/vendor/magento/framework/Session/SaveHandler/Redis/Config.php on line 16

back to old version..same error..strange that was working well….

 

what is wrong here…

3 REPLIES 3

Re: Magento s:d:c

It's a recent known issue, already reported,, have a look - https://github.com/magento/magento2/issues/38728

Founder at https://agency418.com

Re: Magento s:d:c

Hello @richardnor2653 

 

Please run the following commands:

 

composer require colinmollenhour/php-redis-session-abstract:1.5.5
composer update
php bin/magento s:up
php bin/magento s:d:c
php bin/magento s:s:d -f
php bin/magento c:f

Hope it helps !

If you find our reply helpful, please give us kudos.

 

A Leading Magento Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

 

WebDesk Solution Support Team

Get a Free Quote | | Adobe Commerce Partner | Hire Us | Call Us 877.536.3789

 

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Adobe Commerce Partner | Hire Us | Call Us 877.536.3789


Location: 150 King St. W. Toronto, ON M5H 1J9

Re: Magento s:d:c

Have you solved the problem?