Fehler im Plugin Tag Manager v. Webmatch

Hallo,
nach problemloser Installation in zwei Shops wird nun im dritten beim Starten des Tag Manager Moduls im SW Backend Einstellungen >> Tag Manager folgender Fehler geworfen:

PDOException: SQLSTATE(42S22): Column not found: 1054 Unknown column 'w0_.predispatch' in 'field list' in /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:852 Stack trace:
#0 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(852): PDO->query('SELECT w0_.id A...')
#1 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection->executeQuery('SELECT w0_.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(962): Doctrine\ORM\Query->_doExecute()
#4 /vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(917): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 2)
#5 /vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(732): Doctrine\ORM\AbstractQuery->execute(NULL, 2)
#6 /custom/plugins/WbmTagManager/Controllers/Backend/WbmTagManagerModules.php(38): Doctrine\ORM\AbstractQuery->getArrayResult()
#7 /engine/Library/Enlight/Controller/Action.php(192): Shopware_Controllers_Backend_WbmTagManagerModules->listAction()
#8 /engine/Library/Enlight/Controller/Dispatcher/Default.php(563): Enlight_Controller_Action->dispatch('listAction')
#9 /engine/Library/Enlight/Controller/Front.php(222): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#10 /engine/Shopware/Kernel.php(202): Enlight_Controller_Front->dispatch()
#11 /vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(448): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#13 /engine/Shopware/Components/HttpCache/AppCache.php(260): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#14 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(238): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#15 /engine/Shopware/Components/HttpCache/AppCache.php(105): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#16 /var/www/vhosts/meinshop.de/shopware/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))

Weiß jemand Rat?

Vielen Dank schon mal…

Es fehlte die Spalte “predispatch” in der Tabelle " wbm_data_layer_modules".

Eingefügt, jetzt funktioniert’s.