Fehler nach Update von 4.3.1 auf 4.3.2

Hi liebe Community, nachdem ich von 4.3.1 auf 4.3.2 geupdatet habe funktionierte mein Shop nicht mehr. Auch das manuelle Löschen der benannten Cache Ordner bringt keinen erfolg. Im Frontend wird ein Fehler ausgegeben, im Backend steht bei der Bearbeitung von Aufträgen: “Ups! Ein Fehler ist aufgetreten! Wir wurden bereits über das Problem informiert und arbeiten an einer Lösung, bitte versuchen Sie es in Kürze erneut.” Also wieder das Backup von vor dem Update eingespielt. Zurück auf 4.3.1 fällt mir gerade beim Bearbeiten von Artikeln auf, dass diese gar nicht mehr zu bearbeiten sind! Auch hier dieselbe Fehlermeldung: “Ups! Ein Fehler ist aufgetreten! Wir wurden bereits über das Problem informiert und arbeiten an einer Lösung, bitte versuchen Sie es in Kürze erneut.” Hat irgendjemand eine Idee was ich da tun kann?? Grüße M.Adam

Hallo, das Update von 4.3.1 auf 4.3.2 ist ja sehr klein. Da muss also wohl grundsätzlich was schief laufen. Hast du denn mal in den Logs Ordner von Shopware geschaut? Dort siehst du ja ganz aussagekräftige Meldungen. Alternativ kann. An auch die config.php anpassen. Auszug aus der UPDATE doku [quote]Die Standardkonfiguration “showException” des Errorreportings wurde auf “false” gestellt. Hierdurch werden standardmäßig keine detaillierten Fehlermeldungen im Frontend angezeigt. Dies ist für Produktivsysteme empfohlen. Die detaillierten Fehlermeldungen können wie bisher in den Logs eingesehen werden. Sollten Sie diese nicht wünschen, können Sie die Option wie gewohnt in der config.php überschreiben. ‘front’ => array(‘showException’ => true)[/quote] Sebastian

Schau mal hier, vielleicht hilft das: viewtopic.php?t=22951 Gruß Gesendet von meinem GT-I9100 mit Tapatalk 2

Was sagt denn der Debug Modus ?

Hallo, gibt es hier schon eine Lösung? Bei mir tritt die genannte Fehlermeldung auf, wenn ich versuche im Backend ein Plugin zu aktualisieren.

Was sagen die core_production-Logs im logs/-Verzeichnis von Shopware?

Also im Logs ordner steht zN in der Datei von gestern folgendes: [2014-12-09 10:36:08] core.ERROR: exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:693 Stack trace: #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main} [] {"uid":"da233fe"} [2014-12-09 11:51:11] core.ERROR: exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:693 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(693): PDOStatement-\>execute() #1 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection-\>executeQuery('SELECT s0\_.id A...', Array, Array, NULL) #2 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(586): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1977): Doctrine\ORM\AbstractQuery-\>getArrayResult() #6 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(2037): Shopware\_Controllers\_Backend\_Article-\>getArticleConfiguratorTemplate('169', Array) #7 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1484): Shopware\_Controllers\_Backend\_Article-\>getArticle('169') #8 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Article-\>loadStoresAction() #9 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('loadStoresActio...') #10 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #11 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #12 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #14 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main} Next exception 'Doctrine\DBAL\DBALException' with message 'An exception occurred while executing 'SELECT s0\_.id AS id0, s0\_.article\_id AS article\_id1, s0\_.unit\_id AS unit\_id2, s0\_.order\_number AS order\_number3, s0\_.suppliernumber AS suppliernumber4, s0\_.additionaltext AS additionaltext5, s0\_.active AS active6, s0\_.instock AS instock7, s0\_.stockmin AS stockmin8, s0\_.weight AS weight9, s0\_.width AS width10, s0\_.length AS length11, s0\_.height AS height12, s0\_.ean AS ean13, s0\_.position AS position14, s0\_.minpurchase AS minpurchase15, s0\_.purchasesteps AS purchasesteps16, s0\_.maxpurchase AS maxpurchase17, s0\_.purchaseunit AS purchaseunit18, s0\_.referenceunit AS referenceunit19, s0\_.packunit AS packunit20, s0\_.shippingfree AS shippingfree21, s0\_.releasedate AS releasedate22, s0\_.shippingtime AS shippingtime23, s1\_.id AS id24, s1\_.template\_id AS template\_id25, s1\_.customer\_group\_key AS customer\_group\_key26, s1\_.`from` AS from27, s1\_.`to` AS to28, s1\_.price AS price29, s1\_.pseudoprice AS pseudoprice30, s1\_.baseprice AS baseprice31, s1\_.percent AS percent32, s2\_.id AS id33, s2\_.groupkey AS groupkey34, s2\_.description AS description35, s2\_.tax AS tax36, s2\_.taxinput AS taxinput37, s2\_.mode AS mode38, s2\_.discount AS discount39, s2\_.minimumorder AS minimumorder40, s2\_.minimumordersurcharge AS minimumordersurcharge41, s3\_.id AS id42, s3\_.template\_id AS template\_id43, s3\_.attr1 AS attr144, s3\_.attr2 AS attr245, s3\_.attr3 AS attr346, s3\_.attr4 AS attr447, s3\_.attr5 AS attr548, s3\_.attr6 AS attr649, s3\_.attr7 AS attr750, s3\_.attr8 AS attr851, s3\_.attr9 AS attr952, s3\_.attr10 AS attr1053, s3\_.attr11 AS attr1154, s3\_.attr12 AS attr1255, s3\_.attr13 AS attr1356, s3\_.attr14 AS attr1457, s3\_.attr15 AS attr1558, s3\_.attr16 AS attr1659, s3\_.attr17 AS attr1760, s3\_.attr18 AS attr1861, s3\_.attr19 AS attr1962, s3\_.attr20 AS attr2063, s4\_.id AS id64, s4\_.template\_price\_id AS template\_price\_id65 FROM s\_article\_configurator\_templates s0\_ LEFT JOIN s\_article\_configurator\_template\_prices s1\_ ON s0\_.id = s1\_.template\_id LEFT JOIN s\_core\_customergroups s2\_ ON s1\_.customer\_group\_key = s2\_.groupkey LEFT JOIN s\_article\_configurator\_templates\_attributes s3\_ ON s0\_.id = s3\_.template\_id LEFT JOIN s\_article\_configurator\_template\_prices\_attributes s4\_ ON s1\_.id = s4\_.template\_price\_id WHERE s0\_.article\_id = ?' with params ["169"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(701): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException), 'SELECT s0\_.id A...', Array) #1 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection-\>executeQuery('SELECT s0\_.id A...', Array, Array, NULL) #2 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(586): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1977): Doctrine\ORM\AbstractQuery-\>getArrayResult() #6 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(2037): Shopware\_Controllers\_Backend\_Article-\>getArticleConfiguratorTemplate('169', Array) #7 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1484): Shopware\_Controllers\_Backend\_Article-\>getArticle('169') #8 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Article-\>loadStoresAction() #9 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('loadStoresActio...') #10 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #11 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #12 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #14 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main} [] {"uid":"b850a91"} [2014-12-09 14:51:40] core.ERROR: exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:693 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(693): PDOStatement-\>execute() #1 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection-\>executeQuery('SELECT s0\_.id A...', Array, Array, NULL) #2 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(586): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1977): Doctrine\ORM\AbstractQuery-\>getArrayResult() #6 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(2037): Shopware\_Controllers\_Backend\_Article-\>getArticleConfiguratorTemplate('171', Array) #7 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1484): Shopware\_Controllers\_Backend\_Article-\>getArticle('171') #8 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Article-\>loadStoresAction() #9 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('loadStoresActio...') #10 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #11 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #12 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #14 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main} Next exception 'Doctrine\DBAL\DBALException' with message 'An exception occurred while executing 'SELECT s0\_.id AS id0, s0\_.article\_id AS article\_id1, s0\_.unit\_id AS unit\_id2, s0\_.order\_number AS order\_number3, s0\_.suppliernumber AS suppliernumber4, s0\_.additionaltext AS additionaltext5, s0\_.active AS active6, s0\_.instock AS instock7, s0\_.stockmin AS stockmin8, s0\_.weight AS weight9, s0\_.width AS width10, s0\_.length AS length11, s0\_.height AS height12, s0\_.ean AS ean13, s0\_.position AS position14, s0\_.minpurchase AS minpurchase15, s0\_.purchasesteps AS purchasesteps16, s0\_.maxpurchase AS maxpurchase17, s0\_.purchaseunit AS purchaseunit18, s0\_.referenceunit AS referenceunit19, s0\_.packunit AS packunit20, s0\_.shippingfree AS shippingfree21, s0\_.releasedate AS releasedate22, s0\_.shippingtime AS shippingtime23, s1\_.id AS id24, s1\_.template\_id AS template\_id25, s1\_.customer\_group\_key AS customer\_group\_key26, s1\_.`from` AS from27, s1\_.`to` AS to28, s1\_.price AS price29, s1\_.pseudoprice AS pseudoprice30, s1\_.baseprice AS baseprice31, s1\_.percent AS percent32, s2\_.id AS id33, s2\_.groupkey AS groupkey34, s2\_.description AS description35, s2\_.tax AS tax36, s2\_.taxinput AS taxinput37, s2\_.mode AS mode38, s2\_.discount AS discount39, s2\_.minimumorder AS minimumorder40, s2\_.minimumordersurcharge AS minimumordersurcharge41, s3\_.id AS id42, s3\_.template\_id AS template\_id43, s3\_.attr1 AS attr144, s3\_.attr2 AS attr245, s3\_.attr3 AS attr346, s3\_.attr4 AS attr447, s3\_.attr5 AS attr548, s3\_.attr6 AS attr649, s3\_.attr7 AS attr750, s3\_.attr8 AS attr851, s3\_.attr9 AS attr952, s3\_.attr10 AS attr1053, s3\_.attr11 AS attr1154, s3\_.attr12 AS attr1255, s3\_.attr13 AS attr1356, s3\_.attr14 AS attr1457, s3\_.attr15 AS attr1558, s3\_.attr16 AS attr1659, s3\_.attr17 AS attr1760, s3\_.attr18 AS attr1861, s3\_.attr19 AS attr1962, s3\_.attr20 AS attr2063, s4\_.id AS id64, s4\_.template\_price\_id AS template\_price\_id65 FROM s\_article\_configurator\_templates s0\_ LEFT JOIN s\_article\_configurator\_template\_prices s1\_ ON s0\_.id = s1\_.template\_id LEFT JOIN s\_core\_customergroups s2\_ ON s1\_.customer\_group\_key = s2\_.groupkey LEFT JOIN s\_article\_configurator\_templates\_attributes s3\_ ON s0\_.id = s3\_.template\_id LEFT JOIN s\_article\_configurator\_template\_prices\_attributes s4\_ ON s1\_.id = s4\_.template\_price\_id WHERE s0\_.article\_id = ?' with params ["171"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(701): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException), 'SELECT s0\_.id A...', Array) #1 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection-\>executeQuery('SELECT s0\_.id A...', Array, Array, NULL) #2 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(586): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1977): Doctrine\ORM\AbstractQuery-\>getArrayResult() #6 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(2037): Shopware\_Controllers\_Backend\_Article-\>getArticleConfiguratorTemplate('171', Array) #7 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1484): Shopware\_Controllers\_Backend\_Article-\>getArticle('171') #8 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Article-\>loadStoresAction() #9 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('loadStoresActio...') #10 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #11 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #12 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #14 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main} [] {"uid":"da38595"} [2014-12-09 15:42:53] core.ERROR: exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:693 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(693): PDOStatement-\>execute() #1 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection-\>executeQuery('SELECT s0\_.id A...', Array, Array, NULL) #2 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(586): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1977): Doctrine\ORM\AbstractQuery-\>getArrayResult() #6 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(2037): Shopware\_Controllers\_Backend\_Article-\>getArticleConfiguratorTemplate('172', Array) #7 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1484): Shopware\_Controllers\_Backend\_Article-\>getArticle('172') #8 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Article-\>loadStoresAction() #9 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('loadStoresActio...') #10 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #11 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #12 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #14 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main} Next exception 'Doctrine\DBAL\DBALException' with message 'An exception occurred while executing 'SELECT s0\_.id AS id0, s0\_.article\_id AS article\_id1, s0\_.unit\_id AS unit\_id2, s0\_.order\_number AS order\_number3, s0\_.suppliernumber AS suppliernumber4, s0\_.additionaltext AS additionaltext5, s0\_.active AS active6, s0\_.instock AS instock7, s0\_.stockmin AS stockmin8, s0\_.weight AS weight9, s0\_.width AS width10, s0\_.length AS length11, s0\_.height AS height12, s0\_.ean AS ean13, s0\_.position AS position14, s0\_.minpurchase AS minpurchase15, s0\_.purchasesteps AS purchasesteps16, s0\_.maxpurchase AS maxpurchase17, s0\_.purchaseunit AS purchaseunit18, s0\_.referenceunit AS referenceunit19, s0\_.packunit AS packunit20, s0\_.shippingfree AS shippingfree21, s0\_.releasedate AS releasedate22, s0\_.shippingtime AS shippingtime23, s1\_.id AS id24, s1\_.template\_id AS template\_id25, s1\_.customer\_group\_key AS customer\_group\_key26, s1\_.`from` AS from27, s1\_.`to` AS to28, s1\_.price AS price29, s1\_.pseudoprice AS pseudoprice30, s1\_.baseprice AS baseprice31, s1\_.percent AS percent32, s2\_.id AS id33, s2\_.groupkey AS groupkey34, s2\_.description AS description35, s2\_.tax AS tax36, s2\_.taxinput AS taxinput37, s2\_.mode AS mode38, s2\_.discount AS discount39, s2\_.minimumorder AS minimumorder40, s2\_.minimumordersurcharge AS minimumordersurcharge41, s3\_.id AS id42, s3\_.template\_id AS template\_id43, s3\_.attr1 AS attr144, s3\_.attr2 AS attr245, s3\_.attr3 AS attr346, s3\_.attr4 AS attr447, s3\_.attr5 AS attr548, s3\_.attr6 AS attr649, s3\_.attr7 AS attr750, s3\_.attr8 AS attr851, s3\_.attr9 AS attr952, s3\_.attr10 AS attr1053, s3\_.attr11 AS attr1154, s3\_.attr12 AS attr1255, s3\_.attr13 AS attr1356, s3\_.attr14 AS attr1457, s3\_.attr15 AS attr1558, s3\_.attr16 AS attr1659, s3\_.attr17 AS attr1760, s3\_.attr18 AS attr1861, s3\_.attr19 AS attr1962, s3\_.attr20 AS attr2063, s4\_.id AS id64, s4\_.template\_price\_id AS template\_price\_id65 FROM s\_article\_configurator\_templates s0\_ LEFT JOIN s\_article\_configurator\_template\_prices s1\_ ON s0\_.id = s1\_.template\_id LEFT JOIN s\_core\_customergroups s2\_ ON s1\_.customer\_group\_key = s2\_.groupkey LEFT JOIN s\_article\_configurator\_templates\_attributes s3\_ ON s0\_.id = s3\_.template\_id LEFT JOIN s\_article\_configurator\_template\_prices\_attributes s4\_ ON s1\_.id = s4\_.template\_price\_id WHERE s0\_.article\_id = ?' with params ["172"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(701): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException), 'SELECT s0\_.id A...', Array) #1 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection-\>executeQuery('SELECT s0\_.id A...', Array, Array, NULL) #2 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(586): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1977): Doctrine\ORM\AbstractQuery-\>getArrayResult() #6 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(2037): Shopware\_Controllers\_Backend\_Article-\>getArticleConfiguratorTemplate('172', Array) #7 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1484): Shopware\_Controllers\_Backend\_Article-\>getArticle('172') #8 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Article-\>loadStoresAction() #9 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('loadStoresActio...') #10 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #11 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #12 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #14 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main} [] {"uid":"b139dc5"} [2014-12-09 16:42:19] core.ERROR: exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:693 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(693): PDOStatement-\>execute() #1 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection-\>executeQuery('SELECT s0\_.id A...', Array, Array, NULL) #2 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(586): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1977): Doctrine\ORM\AbstractQuery-\>getArrayResult() #6 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(2037): Shopware\_Controllers\_Backend\_Article-\>getArticleConfiguratorTemplate('172', Array) #7 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1484): Shopware\_Controllers\_Backend\_Article-\>getArticle('172') #8 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Article-\>loadStoresAction() #9 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('loadStoresActio...') #10 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #11 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #12 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #14 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main} Next exception 'Doctrine\DBAL\DBALException' with message 'An exception occurred while executing 'SELECT s0\_.id AS id0, s0\_.article\_id AS article\_id1, s0\_.unit\_id AS unit\_id2, s0\_.order\_number AS order\_number3, s0\_.suppliernumber AS suppliernumber4, s0\_.additionaltext AS additionaltext5, s0\_.active AS active6, s0\_.instock AS instock7, s0\_.stockmin AS stockmin8, s0\_.weight AS weight9, s0\_.width AS width10, s0\_.length AS length11, s0\_.height AS height12, s0\_.ean AS ean13, s0\_.position AS position14, s0\_.minpurchase AS minpurchase15, s0\_.purchasesteps AS purchasesteps16, s0\_.maxpurchase AS maxpurchase17, s0\_.purchaseunit AS purchaseunit18, s0\_.referenceunit AS referenceunit19, s0\_.packunit AS packunit20, s0\_.shippingfree AS shippingfree21, s0\_.releasedate AS releasedate22, s0\_.shippingtime AS shippingtime23, s1\_.id AS id24, s1\_.template\_id AS template\_id25, s1\_.customer\_group\_key AS customer\_group\_key26, s1\_.`from` AS from27, s1\_.`to` AS to28, s1\_.price AS price29, s1\_.pseudoprice AS pseudoprice30, s1\_.baseprice AS baseprice31, s1\_.percent AS percent32, s2\_.id AS id33, s2\_.groupkey AS groupkey34, s2\_.description AS description35, s2\_.tax AS tax36, s2\_.taxinput AS taxinput37, s2\_.mode AS mode38, s2\_.discount AS discount39, s2\_.minimumorder AS minimumorder40, s2\_.minimumordersurcharge AS minimumordersurcharge41, s3\_.id AS id42, s3\_.template\_id AS template\_id43, s3\_.attr1 AS attr144, s3\_.attr2 AS attr245, s3\_.attr3 AS attr346, s3\_.attr4 AS attr447, s3\_.attr5 AS attr548, s3\_.attr6 AS attr649, s3\_.attr7 AS attr750, s3\_.attr8 AS attr851, s3\_.attr9 AS attr952, s3\_.attr10 AS attr1053, s3\_.attr11 AS attr1154, s3\_.attr12 AS attr1255, s3\_.attr13 AS attr1356, s3\_.attr14 AS attr1457, s3\_.attr15 AS attr1558, s3\_.attr16 AS attr1659, s3\_.attr17 AS attr1760, s3\_.attr18 AS attr1861, s3\_.attr19 AS attr1962, s3\_.attr20 AS attr2063, s4\_.id AS id64, s4\_.template\_price\_id AS template\_price\_id65 FROM s\_article\_configurator\_templates s0\_ LEFT JOIN s\_article\_configurator\_template\_prices s1\_ ON s0\_.id = s1\_.template\_id LEFT JOIN s\_core\_customergroups s2\_ ON s1\_.customer\_group\_key = s2\_.groupkey LEFT JOIN s\_article\_configurator\_templates\_attributes s3\_ ON s0\_.id = s3\_.template\_id LEFT JOIN s\_article\_configurator\_template\_prices\_attributes s4\_ ON s1\_.id = s4\_.template\_price\_id WHERE s0\_.article\_id = ?' with params ["172"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(701): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException), 'SELECT s0\_.id A...', Array) #1 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection-\>executeQuery('SELECT s0\_.id A...', Array, Array, NULL) #2 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(586): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1977): Doctrine\ORM\AbstractQuery-\>getArrayResult() #6 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(2037): Shopware\_Controllers\_Backend\_Article-\>getArticleConfiguratorTemplate('172', Array) #7 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/Article.php(1484): Shopware\_Controllers\_Backend\_Article-\>getArticle('172') #8 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Article-\>loadStoresAction() #9 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('loadStoresActio...') #10 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #11 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #12 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #14 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main} [] {"uid":"f7f4540"} [2014-12-09 18:05:13] core.ERROR: exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:693 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(693): PDOStatement-\>execute() #1 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1799): Doctrine\DBAL\Connection-\>executeQuery('SELECT t0.id AS...', Array, Array) #2 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1755): Doctrine\ORM\Persisters\BasicEntityPersister-\>getOneToManyStatement(Array, Object(Shopware\Models\Article\Configurator\Template\Template)) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2770): Doctrine\ORM\Persisters\BasicEntityPersister-\>loadOneToManyCollection(Array, Object(Shopware\Models\Article\Configurator\Template\Template), Object(Doctrine\ORM\PersistentCollection)) #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php(236): Doctrine\ORM\UnitOfWork-\>loadCollection(Object(Doctrine\ORM\PersistentCollection)) #5 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php(612): Doctrine\ORM\PersistentCollection-\>initialize() #6 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2245): Doctrine\ORM\PersistentCollection-\>getIterator() #7 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1674): Doctrine\ORM\UnitOfWork-\>cascadeRemove(Object(Shopware\Models\Article\Configurator\Template\Template), Array) #8 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2251): Doctrine\ORM\UnitOfWork-\>doRemove(Object(Shopware\Models\Article\Configurator\Template\Template), Array) #9 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1674): Doctrine\ORM\UnitOfWork-\>cascadeRemove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article), Array) #10 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1645): Doctrine\ORM\UnitOfWork-\>doRemove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article), Array) #11 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(647): Doctrine\ORM\UnitOfWork-\>remove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article)) #12 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/ArticleList.php(144): Doctrine\ORM\EntityManager-\>remove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article)) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_ArticleList-\>deleteAction() #14 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('deleteAction') #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #16 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #17 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #18 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #19 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #20 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #21 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #22 {main} Next exception 'Doctrine\DBAL\DBALException' with message 'An exception occurred while executing 'SELECT t0.id AS id1, t0.template\_id AS template\_id2, t0.customer\_group\_key AS customer\_group\_key3, t0.`from` AS from4, t0.`to` AS to5, t0.price AS price6, t0.pseudoprice AS pseudoprice7, t0.baseprice AS baseprice8, t0.percent AS percent9, t0.template\_id AS template\_id10, t0.customer\_group\_key AS customer\_group\_key11, t12.id AS id13, t12.template\_price\_id AS template\_price\_id14, t12.template\_price\_id AS template\_price\_id15 FROM s\_article\_configurator\_template\_prices t0 LEFT JOIN s\_article\_configurator\_template\_prices\_attributes t12 ON t12.template\_price\_id = t0.id WHERE t0.template\_id = ?' with params [24]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(701): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException), 'SELECT t0.id AS...', Array) #1 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1799): Doctrine\DBAL\Connection-\>executeQuery('SELECT t0.id AS...', Array, Array) #2 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1755): Doctrine\ORM\Persisters\BasicEntityPersister-\>getOneToManyStatement(Array, Object(Shopware\Models\Article\Configurator\Template\Template)) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2770): Doctrine\ORM\Persisters\BasicEntityPersister-\>loadOneToManyCollection(Array, Object(Shopware\Models\Article\Configurator\Template\Template), Object(Doctrine\ORM\PersistentCollection)) #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php(236): Doctrine\ORM\UnitOfWork-\>loadCollection(Object(Doctrine\ORM\PersistentCollection)) #5 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php(612): Doctrine\ORM\PersistentCollection-\>initialize() #6 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2245): Doctrine\ORM\PersistentCollection-\>getIterator() #7 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1674): Doctrine\ORM\UnitOfWork-\>cascadeRemove(Object(Shopware\Models\Article\Configurator\Template\Template), Array) #8 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2251): Doctrine\ORM\UnitOfWork-\>doRemove(Object(Shopware\Models\Article\Configurator\Template\Template), Array) #9 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1674): Doctrine\ORM\UnitOfWork-\>cascadeRemove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article), Array) #10 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1645): Doctrine\ORM\UnitOfWork-\>doRemove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article), Array) #11 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(647): Doctrine\ORM\UnitOfWork-\>remove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article)) #12 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/ArticleList.php(144): Doctrine\ORM\EntityManager-\>remove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article)) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_ArticleList-\>deleteAction() #14 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('deleteAction') #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #16 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #17 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #18 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #19 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #20 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #21 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #22 {main} [] {"uid":"f30d112"} [2014-12-09 18:05:14] core.ERROR: exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:693 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(693): PDOStatement-\>execute() #1 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1799): Doctrine\DBAL\Connection-\>executeQuery('SELECT t0.id AS...', Array, Array) #2 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1755): Doctrine\ORM\Persisters\BasicEntityPersister-\>getOneToManyStatement(Array, Object(Shopware\Models\Article\Configurator\Template\Template)) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2770): Doctrine\ORM\Persisters\BasicEntityPersister-\>loadOneToManyCollection(Array, Object(Shopware\Models\Article\Configurator\Template\Template), Object(Doctrine\ORM\PersistentCollection)) #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php(236): Doctrine\ORM\UnitOfWork-\>loadCollection(Object(Doctrine\ORM\PersistentCollection)) #5 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php(612): Doctrine\ORM\PersistentCollection-\>initialize() #6 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2245): Doctrine\ORM\PersistentCollection-\>getIterator() #7 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1674): Doctrine\ORM\UnitOfWork-\>cascadeRemove(Object(Shopware\Models\Article\Configurator\Template\Template), Array) #8 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2251): Doctrine\ORM\UnitOfWork-\>doRemove(Object(Shopware\Models\Article\Configurator\Template\Template), Array) #9 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1674): Doctrine\ORM\UnitOfWork-\>cascadeRemove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article), Array) #10 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1645): Doctrine\ORM\UnitOfWork-\>doRemove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article), Array) #11 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(647): Doctrine\ORM\UnitOfWork-\>remove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article)) #12 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/ArticleList.php(144): Doctrine\ORM\EntityManager-\>remove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article)) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_ArticleList-\>deleteAction() #14 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('deleteAction') #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #16 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #17 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #18 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #19 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #20 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #21 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #22 {main} Next exception 'Doctrine\DBAL\DBALException' with message 'An exception occurred while executing 'SELECT t0.id AS id1, t0.template\_id AS template\_id2, t0.customer\_group\_key AS customer\_group\_key3, t0.`from` AS from4, t0.`to` AS to5, t0.price AS price6, t0.pseudoprice AS pseudoprice7, t0.baseprice AS baseprice8, t0.percent AS percent9, t0.template\_id AS template\_id10, t0.customer\_group\_key AS customer\_group\_key11, t12.id AS id13, t12.template\_price\_id AS template\_price\_id14, t12.template\_price\_id AS template\_price\_id15 FROM s\_article\_configurator\_template\_prices t0 LEFT JOIN s\_article\_configurator\_template\_prices\_attributes t12 ON t12.template\_price\_id = t0.id WHERE t0.template\_id = ?' with params [7]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(701): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException), 'SELECT t0.id AS...', Array) #1 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1799): Doctrine\DBAL\Connection-\>executeQuery('SELECT t0.id AS...', Array, Array) #2 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1755): Doctrine\ORM\Persisters\BasicEntityPersister-\>getOneToManyStatement(Array, Object(Shopware\Models\Article\Configurator\Template\Template)) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2770): Doctrine\ORM\Persisters\BasicEntityPersister-\>loadOneToManyCollection(Array, Object(Shopware\Models\Article\Configurator\Template\Template), Object(Doctrine\ORM\PersistentCollection)) #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php(236): Doctrine\ORM\UnitOfWork-\>loadCollection(Object(Doctrine\ORM\PersistentCollection)) #5 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php(612): Doctrine\ORM\PersistentCollection-\>initialize() #6 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2245): Doctrine\ORM\PersistentCollection-\>getIterator() #7 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1674): Doctrine\ORM\UnitOfWork-\>cascadeRemove(Object(Shopware\Models\Article\Configurator\Template\Template), Array) #8 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2251): Doctrine\ORM\UnitOfWork-\>doRemove(Object(Shopware\Models\Article\Configurator\Template\Template), Array) #9 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1674): Doctrine\ORM\UnitOfWork-\>cascadeRemove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article), Array) #10 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1645): Doctrine\ORM\UnitOfWork-\>doRemove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article), Array) #11 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(647): Doctrine\ORM\UnitOfWork-\>remove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article)) #12 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Controllers/Backend/ArticleList.php(144): Doctrine\ORM\EntityManager-\>remove(Object(Shopware\Proxies\_\_CG\_\_\Shopware\Models\Article\Article)) #13 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_ArticleList-\>deleteAction() #14 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('deleteAction') #15 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #16 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #17 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #18 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #19 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #20 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #21 /var/www/vhosts/linsenkuckuck.de/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #22 {main} [] {"uid":"660c529"} [2014-12-09 18:05:14] core.ERROR: exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Shopware.s\_article\_configurator\_template\_prices\_attributes' doesn't exist' in /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:693 Stack trace: #0 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(693): PDOStatement-\>execute() #1 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1799): Doctrine\DBAL\Connection-\>executeQuery('SELECT t0.id AS...', Array, Array) #2 /var/www/vhosts/linsenkuckuck.de/shopware/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(1755): Doctrine\ORM\Persisters\BasicEntityPersister-\>getOneToManyStatement(Array, Object(Shopware\Models\Article\Configurator\Template\Template)) #3 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(2770): Doctrine\ORM\Persisters\BasicEntityPersister-\>loadOneToManyCollection(Array, Object(Shopware\Models\Article\Configurator\Template\Template), Object(Doctrine\ORM\PersistentCollection)) #4 /var/www/vhosts/linsenkuckuck.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php(236): Doctrine\ORM

Das sieht danach aus, als ob das Datenbankbackup, das Du wieder eingespielt hast, entweder nicht vollständig oder mit den falschen Optionen erstellt worden ist. Womit wurde das Backup erstellt (mysqldump, phpMyAdmin, etc.), und mit welchen Optionen?

Den Fehler haben wir auch, wenn wir unser Premium Plugin Newsletter aufrufen (Backend). Support angeschrieben, keine Antwort. Für ein bezahltes Plugin übel. Wir haben ein Update unserer Shopsoftware gemacht, als der Fehler aufgetreten ist (Anfang Januar aufgetreten, vor fünf Tagen Update). Das lief dann bis heute, jetzt haben wir den Fehler wieder. Tolle Wurst. Also stimmt was mit der Datenbank nicht? Gibt es da ein Tool zum checken oder ähnliches?