Hallo allerseits,
seit zwei Tagen sitze ich an einem Update, welches mir sehr viel Kopfzerbrechen bereitet.
Wie auch immer, vieles habe ich geschafft, das Backend ist wieder zugänglich, aber folgende Fehlermeldung "überstrahlt" nun alles:
Ups! Ein Fehler ist aufgetreten! Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. An exception occurred while executing 'SELECT s0_.id AS id_0, IFNULL(s1_.label, IFNULL(s0_.label, s0_.name)) AS sclr_1, COUNT(s2_.id) AS sclr_2, s3_.translations AS translations_3 FROM s_core_config_forms s0_ LEFT JOIN s_core_config_elements s4_ ON s0_.id = s4_.form_id LEFT JOIN s_core_config_element_translations s5_ ON s4_.id = s5_.element_id AND (s5_.locale_id = ?) LEFT JOIN s_core_config_form_translations s1_ ON s0_.id = s1_.form_id AND (s1_.locale_id = ?) LEFT JOIN s_core_config_forms s2_ ON s0_.id = s2_.parent_id LEFT JOIN s_core_plugins s3_ ON s0_.plugin_id = s3_.id WHERE s0_.parent_id IS NULL GROUP BY s0_.id HAVING sclr_2 > 0' with params [1, 1]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 's3_.translations' in 'field list' in vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 119 Stack trace: #0 vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(836): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(PDOException), 'SELECT s0_.id A...', Array) #1 vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection->executeQuery('SELECT s0_.id A...', Array, Array, NULL) #2 vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(321): Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(969): Doctrine\ORM\Query->_doExecute() #4 vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(924): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 2) #5 vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(739): Doctrine\ORM\AbstractQuery->execute(NULL, 2) #6 engine/Shopware/Controllers/Backend/Config.php(103): Doctrine\ORM\AbstractQuery->getArrayResult() #7 engine/Library/Enlight/Controller/Action.php(159): Shopware_Controllers_Backend_Config->getNavigationAction() #8 engine/Library/Enlight/Controller/Dispatcher/Default.php(523): Enlight_Controller_Action->dispatch('getNavigationAc...') #9 engine/Library/Enlight/Controller/Front.php(223): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) #10 engine/Shopware/Kernel.php(180): Enlight_Controller_Front->dispatch() #11 vendor/symfony/http-kernel/HttpCache/HttpCache.php(491): Shopware\Kernel->handle(Object(Enlight_Controller_Request_RequestHttp), 1, true) #12 engine/Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #13 vendor/symfony/http-kernel/HttpCache/HttpCache.php(258): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true) #14 engine/Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true) #15 shopware.php(117): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request)) #16 {main}
Ich werde da nun gar nicht mehr schlau draus. Hat jemand von Euch vielleicht einen Tip?
Alles Liebe, Julian!