Lieber Shopware Admins,
ich bekomme seit ein paar Wochen beim Versuch den Shopware Cache (HTTP Cache) via Backend aufzuwärmen folgende Fehlermeldung:
Ich habe alle Plugins überprüft und auf aktuellem Stand (Shopware Version 5.6.2) und sehe im PHP Error-Logfile nur das die Pfade nicht aufgebaut werden und alte Plugins gelöscht, die auch in der Zuordnung im Backend teilweise falsch waren. Also wenn ich im Backend auf ein Plugin geklickt habe, wurde ein anderes Plugin aufgerufen. Die Zuordnung habe ich durch die Neuinstallation aller Plugins wieder hergestellt. Doch hier weiß ich leider nicht mehr was ich tun kann.
PDOException: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘element_id’ cannot be null in /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1056 Stack trace:
#0 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1056): PDOStatement->execute()
#1 /engine/Shopware/Bundle/PluginInstallerBundle/Service/UniqueIdGenerator/UniqueIdGenerator.php(96): Doctrine\DBAL\Connection->executeUpdate(‘INSERT INTO s_c…’, Array)
#2 /engine/Shopware/Bundle/PluginInstallerBundle/Service/UniqueIdGenerator/UniqueIdGenerator.php(57): Shopware\Bundle\PluginInstallerBundle\Service\UniqueIdGenerator\UniqueIdGenerator->storeUniqueIdInDb(‘MmgqPnQaIkDLtBJ…’)
#3 /engine/Shopware/Plugins/Default/Backend/SwagUpdate/Controllers/Backend/SwagUpdate.php(490): Shopware\Bundle\PluginInstallerBundle\Service\UniqueIdGenerator\UniqueIdGenerator->getUniqueId()
#4 /engine/Shopware/Plugins/Default/Backend/SwagUpdate/Controllers/Backend/SwagUpdate.php(268): Shopware_Controllers_Backend_SwagUpdate->getUnique()
#5 /engine/Library/Enlight/Controller/Action.php(192): Shopware_Controllers_Backend_SwagUpdate->popupAction()
#6 /engine/Library/Enlight/Controller/Dispatcher/Default.php(478): Enlight_Controller_Action->dispatch(‘popupAction’)
#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 /home/users/h550476/public_html/grower-point.pl/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#15
Vielen Dank im Voraus für jede Hilfe…