PHP 7.4 kein Zugriff auf Backend

Hallo,

Wir wollten gerade auf PHP 7.4 wechseln, leider kommen wir nun nicht mehr ins Backend
Dies wird uns angezeigt:

Zend_Session::start() - /home/....../....../www/engine/Library/Zend/Session.php(Line:468): Error #2 session_start(): Failed to read session data: files (path: tcp://xxx.x.x.x:xxxx) in engine/Library/Zend/Session.php on line 481
Stack trace:
#0 engine/Shopware/Plugins/Default/Backend/Auth/Bootstrap.php(374): Zend_Session::start()
#1 engine/Library/Enlight/Event/Handler/Plugin.php(145): Shopware_Plugins_Backend_Auth_Bootstrap->onInitResourceBackendSession()
#2 engine/Library/Enlight/Event/EventManager.php(251): Enlight_Event_Handler_Plugin->execute()
#3 engine/Shopware/Components/DependencyInjection/Container.php(204): Enlight_Event_EventManager->notifyUntil()
#4 engine/Shopware/Components/DependencyInjection/Container.php(160): Shopware\Components\DependencyInjection\Container->doLoad()
#5 engine/Shopware/Plugins/Default/Backend/Auth/Bootstrap.php(391): Shopware\Components\DependencyInjection\Container->load()
#6 engine/Library/Enlight/Event/Handler/Plugin.php(145): Shopware_Plugins_Backend_Auth_Bootstrap->onInitResourceAuth()
#7 engine/Library/Enlight/Event/EventManager.php(251): Enlight_Event_Handler_Plugin->execute()
#8 engine/Shopware/Components/DependencyInjection/Container.php(204): Enlight_Event_EventManager->notifyUntil()
#9 engine/Shopware/Components/DependencyInjection/Container.php(141): Shopware\Components\DependencyInjection\Container->doLoad()
#10 engine/Library/Enlight/Plugin/Bootstrap.php(116): Shopware\Components\DependencyInjection\Container->get()
#11 engine/Shopware/Plugins/Default/Backend/Auth/Bootstrap.php(457): Enlight_Plugin_Bootstrap->get()
#12 engine/Shopware/Plugins/Default/Backend/Auth/Bootstrap.php(426): Shopware_Plugins_Backend_Auth_Bootstrap->getCurrentLocale()
#13 engine/Shopware/Plugins/Default/Backend/Auth/Bootstrap.php(214): Shopware_Plugins_Backend_Auth_Bootstrap->initLocale()
#14 engine/Library/Enlight/Event/Handler/Plugin.php(145): Shopware_Plugins_Backend_Auth_Bootstrap->onPreDispatchBackend()
#15 engine/Library/Enlight/Event/EventManager.php(214): Enlight_Event_Handler_Plugin->execute()
#16 engine/Library/Enlight/Controller/Action.php(169): Enlight_Event_EventManager->notify()
#17 engine/Library/Enlight/Controller/Dispatcher/Default.php(478): Enlight_Controller_Action->dispatch()
#18 engine/Library/Enlight/Controller/Front.php(228): Enlight_Controller_Dispatcher_Default->dispatch()
#19 engine/Shopware/Kernel.php(188): Enlight_Controller_Front->dispatch()
#20 vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle()
#21 vendor/symfony/http-kernel/HttpCache/HttpCache.php(453): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle()
#22 engine/Shopware/Components/HttpCache/AppCache.php(261): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward()
#23 vendor/symfony/http-kernel/HttpCache/HttpCache.php(238): Shopware\Components\HttpCache\AppCache->forward()
#24 engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass()
#25 shopware.php(122): Shopware\Components\HttpCache\AppCache->handle()
#26 {main}
 

Das Frontend scheint ganz normal zu gehen.
Kann jemand helfen ?

With both php 8.0 and 7.4 I had problems accessing the backend, it turned out that the problem was caused by Firefox, Chrome, Brave and Opera. However, I logged in without any problems using Edge. It was all about encryption and security in these browsers. The ssl certificate and https protocol resolved the matter

Hallo,

schau mal hier:

Viele Grüße
SCOOPEX IT Managed Services - www.scoopex.de
Founder of AIXPRO - official Shopware Hosting-/Technology Partner - acquired by dogado | Triton Partners in 2019

2 „Gefällt mir“

Vielen Dank, das war es