Hallo,
ich bekomme seit einiger Zeit einen Fehler im Backend, wenn ich den Plugin Manager oder das Softwareupdate öffnen will.
In der Fehlerbeschreibung und in der Server-Antwort steht folgendes:
Ups! Ein Fehler ist aufgetreten!
Die nachfolgenden Hinweise sollten Ihnen weiterhelfen.
cURL error 2: easy handle already used in multi handle in engine/Shopware/Components/HttpClient/GuzzleHttpClient.php on line 56
Stack trace:
#0 engine/Shopware/Bundle/PluginInstallerBundle/StoreClient.php(328): Shopware\Components\HttpClient\GuzzleHttpClient->get('https://api.sho...', Array)
#1 engine/Shopware/Bundle/PluginInstallerBundle/StoreClient.php(124): Shopware\Bundle\PluginInstallerBundle\StoreClient->getRequest('/pluginStore/ca...', Array, Array)
#2 engine/Shopware/Bundle/PluginInstallerBundle/Service/PluginStoreService.php(194): Shopware\Bundle\PluginInstallerBundle\StoreClient->doGetRequest('/pluginStore/ca...')
#3 engine/Shopware/Plugins/Default/Backend/PluginManager/Components/PluginCategoryService.php(87): Shopware\Bundle\PluginInstallerBundle\Service\PluginStoreService->getCategories()
#4 engine/Shopware/Plugins/Default/Backend/PluginManager/Controllers/Backend/PluginManager.php(61): ShopwarePlugins\PluginManager\Components\PluginCategoryService->synchronize()
#5 engine/Library/Enlight/Controller/Action.php(183): Shopware_Controllers_Backend_PluginManager->preDispatch()
#6 engine/Library/Enlight/Controller/Dispatcher/Default.php(478): Enlight_Controller_Action->dispatch('indexAction')
#7 engine/Library/Enlight/Controller/Front.php(228): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#8 engine/Shopware/Kernel.php(185): Enlight_Controller_Front->dispatch()
#9 vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#10 vendor/symfony/http-kernel/HttpCache/HttpCache.php(448): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#11 engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#12 vendor/symfony/http-kernel/HttpCache/HttpCache.php(238): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#13 engine/Shopware/Components/HttpCache/AppCache.php(99): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#14 shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#15 {main}
Beim Öffnen des Softwareupdates kommt folgendes:
Ups! Ein Fehler ist aufgetreten!
Die nachfolgenden Hinweise sollten Ihnen weiterhelfen.
cURL error 2: easy handle already used in multi handle in engine/Shopware/Components/HttpClient/GuzzleHttpClient.php on line 56 Stack trace:
#0 engine/Shopware/Bundle/PluginInstallerBundle/StoreClient.php(328): Shopware\Components\HttpClient\GuzzleHttpClient->get('https://api.sho...', Array)
#1 engine/Shopware/Bundle/PluginInstallerBundle/StoreClient.php(124): Shopware\Bundle\PluginInstallerBundle\StoreClient->getRequest('/pluginStore/pl...', Array, Array)
#2 engine/Shopware/Bundle/PluginInstallerBundle/Service/PluginStoreService.php(112): Shopware\Bundle\PluginInstallerBundle\StoreClient->doGetRequest('/pluginStore/pl...', Array)
#3 engine/Shopware/Plugins/Default/Backend/SwagUpdate/Components/PluginCheck.php(63): Shopware\Bundle\PluginInstallerBundle\Service\PluginStoreService->getPlugins(Object(Shopware\Bundle\PluginInstallerBundle\Context\PluginsByTechnicalNameRequest))
#4 engine/Shopware/Plugins/Default/Backend/SwagUpdate/Controllers/Backend/SwagUpdate.php(145): ShopwarePlugins\SwagUpdate\Components\PluginCheck->checkInstalledPluginsAvailableForNewVersion('5.6.6')
#5 engine/Library/Enlight/Controller/Action.php(192): Shopware_Controllers_Backend_SwagUpdate->pluginsAction()
#6 engine/Library/Enlight/Controller/Dispatcher/Default.php(478): Enlight_Controller_Action->dispatch('pluginsAction')
#7 engine/Library/Enlight/Controller/Front.php(228): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#8 engine/Shopware/Kernel.php(185): Enlight_Controller_Front->dispatch()
#9 vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#10 vendor/symfony/http-kernel/HttpCache/HttpCache.php(448): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#11 engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#12 vendor/symfony/http-kernel/HttpCache/HttpCache.php(238): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#13 engine/Shopware/Components/HttpCache/AppCache.php(99): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#14 shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#15 {main}
Im Log kommt noch folgender Fehler:
EntityManager#detach() expects parameter 1 to be an entity object, NULL given.
Ich kann damit nichts anfangen.
Ist das ein Problem mit einem Plugin oder mit der Installation?
Ist das ein Fehler serverseitig?
Shopware Version 5.6.2
Cashes habe ich schon mehrfach geleert ohne Erfolg.
Vielen Dank.