Custom Products - Fehler auf Detailseite

Hallo, ich habe heute morgen Shopware auf die Version 4.3.6 und ein paar Plugins aktualisiert. Nachdem Update, konnte ich keine Artikel Detailseite aufrufen. Nach Aktivierung des „Debug“ Plugins und Installation von FirePHP habe ich herausgefunden, das es mit dem Plugin „Custom Products“ zusammenhängt. Nach deaktivierung, kann ich die Seite wieder erfolgreich aufrufen. Anbei die Fehlermeldung aus FirePHP: debug: exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 's1\_.empty\_text' in 'field list'' in /var/www/shop/htdocs2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:693 Stack trace: #0 /var/www/shop/htdocs2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(693): PDOStatement-\>execute() #1 /var/www/shop/htdocs2/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/shop/htdocs2/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/shop/htdocs2/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/shop/htdocs2/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(612): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/shop/htdocs2/engine/Shopware/Plugins/Community/Frontend/SwagCustomizing/Models/Customizing/Repository.php(64): Doctrine\ORM\AbstractQuery-\>getOneOrNullResult() #6 /var/www/shop/htdocs2/engine/Shopware/Plugins/Community/Frontend/SwagCustomizing/Subscriber/Frontend.php(76): Shopware\CustomModels\Customizing\Repository-\>getGroupByArticleId() #7 [internal function]: Shopware\SwagCustomizing\Subscriber\Frontend-\>onPostDispatchFrontendDetail(Object(Enlight\_Controller\_ActionEventArgs)) #8 /var/www/shop/htdocs2/engine/Library/Enlight/Event/Handler/Default.php(91): call\_user\_func(Array, Object(Enlight\_Controller\_ActionEventArgs)) #9 /var/www/shop/htdocs2/engine/Library/Enlight/Event/EventManager.php(211): Enlight\_Event\_Handler\_Default-\>execute(Object(Enlight\_Controller\_ActionEventArgs)) #10 /var/www/shop/htdocs2/engine/Library/Enlight/Controller/Action.php(192): Enlight\_Event\_EventManager-\>notify('Enlight\_Control...', Object(Enlight\_Controller\_ActionEventArgs)) #11 /var/www/shop/htdocs2/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('indexAction') #12 /var/www/shop/htdocs2/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #13 /var/www/shop/htdocs2/engine/Shopware/Kernel.php(145): Enlight\_Controller\_Front-\>dispatch() #14 /var/www/shop/htdocs2/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(471): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #15 /var/www/shop/htdocs2/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #16 /var/www/shop/htdocs2/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(428): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #17 /var/www/shop/htdocs2/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(328): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>fetch(Object(Symfony\Component\HttpFoundation\Request), true) #18 /var/www/shop/htdocs2/engine/Shopware/Components/HttpCache/AppCache.php(178): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #19 /var/www/shop/htdocs2/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(192): Shopware\Components\HttpCache\AppCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #20 /var/www/shop/htdocs2/engine/Shopware/Components/HttpCache/AppCache.php(113): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #21 /var/www/shop/htdocs2/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 s0\_.id AS id0, s0\_.name AS name1, s0\_.show\_name AS show\_name2, s0\_.description AS description3, s0\_.show\_description AS show\_description4, s0\_.active AS active5, s0\_.added AS added6, s0\_.changed AS changed7, s0\_.image\_path AS image\_path8, s0\_.show\_group\_image AS show\_group\_image9, s1\_.id AS id10, s1\_.name AS name11, s1\_.number AS number12, s1\_.required AS required13, s1\_.active AS active14, s1\_.position AS position15, s1\_.group\_id AS group\_id16, s1\_.type\_id AS type\_id17, s1\_.validators AS validators18, s1\_.default\_value AS default\_value19, s1\_.empty\_text AS empty\_text20, s1\_.max\_uploads AS max\_uploads21, s2\_.id AS id22, s2\_.name AS name23, s2\_.type AS type24, s2\_.parent\_id AS parent\_id25, s3\_.id AS id26, s3\_.value AS value27, s3\_.description AS description28, s3\_.number AS number29, s3\_.position AS position30 FROM s\_plugin\_customizing\_groups s0\_ INNER JOIN s\_plugin\_customizing\_options s1\_ ON s0\_.id = s1\_.group\_id AND (s1\_.active = 1) INNER JOIN s\_plugin\_customizing\_types s2\_ ON s1\_.type\_id = s2\_.id LEFT JOIN s\_plugin\_customizing\_values s3\_ ON s1\_.id = s3\_.option\_id INNER JOIN s\_plugin\_customizing\_articles s5\_ ON s0\_.id = s5\_.group\_id INNER JOIN s\_articles s4\_ ON s4\_.id = s5\_.article\_id AND (s4\_.id = ?) WHERE s0\_.active = 1 ORDER BY s1\_.position ASC, s1\_.id ASC, s3\_.position ASC, s3\_.id ASC' with params ["11"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 's1\_.empty\_text' in 'field list'' in /var/www/shop/htdocs2/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91 Stack trace: #0 /var/www/shop/htdocs2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(701): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException), 'SELECT s0\_.id A...', Array) #1 /var/www/shop/htdocs2/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/shop/htdocs2/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor-\>execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 /var/www/shop/htdocs2/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query-\>\_doExecute() #4 /var/www/shop/htdocs2/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(612): Doctrine\ORM\AbstractQuery-\>execute(NULL, 2) #5 /var/www/shop/htdocs2/engine/Shopware/Plugins/Community/Frontend/SwagCustomizing/Models/Customizing/Repository.php(64): Doctrine\ORM\AbstractQuery-\>getOneOrNullResult() #6 /var/www/shop/htdocs2/engine/Shopware/Plugins/Community/Frontend/SwagCustomizing/Subscriber/Frontend.php(76): Shopware\CustomModels\Customizing\Repository-\>getGroupByArticleId() #7 [internal function]: Shopware\SwagCustomizing\Subscriber\Frontend-\>onPostDispatchFrontendDetail(Object(Enlight\_Controller\_ActionEventArgs)) #8 /var/www/shop/htdocs2/engine/Library/Enlight/Event/Handler/Default.php(91): call\_user\_func(Array, Object(Enlight\_Controller\_ActionEventArgs)) #9 /var/www/shop/htdocs2/engine/Library/Enlight/Event/EventManager.php(211): Enlight\_Event\_Handler\_Default-\>execute(Object(Enlight\_Controller\_ActionEventArgs)) #10 /var/www/shop/htdocs2/engine/Library/Enlight/Controller/Action.php(192): Enlight\_Event\_EventManager-\>notify('Enlight\_Control...', Object(Enlight\_Controller\_ActionEventArgs)) #11 /var/www/shop/htdocs2/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('indexAction') #12 /var/www/shop/htdocs2/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #13 /var/www/shop/htdocs2/engine/Shopware/Kernel.php(145): Enlight\_Controller\_Front-\>dispatch() #14 /var/www/shop/htdocs2/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(471): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #15 /var/www/shop/htdocs2/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #16 /var/www/shop/htdocs2/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(428): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #17 /var/www/shop/htdocs2/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(328): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>fetch(Object(Symfony\Component\HttpFoundation\Request), true) #18 /var/www/shop/htdocs2/engine/Shopware/Components/HttpCache/AppCache.php(178): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #19 /var/www/shop/htdocs2/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(192): Shopware\Components\HttpCache\AppCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #20 /var/www/shop/htdocs2/engine/Shopware/Components/HttpCache/AppCache.php(113): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #21 /var/www/shop/htdocs2/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #22 {main} Habt ihr ne Idee, wie ich das Problem lösen kann? Gruß, Florian