Moin Zusammen - habe letzte Nacht mal den Shop und den Server geupdated und den Connector neu installiert. Alle Bestellungen nach dem Update werden nicht mehr importiert und Kunden erhalten nach der Bestellung eine Fehlermeldung (Ups, es ist ein Fehler...), aber die Bestellungen gehen durch. Scheint die Table irgendwie nicht zugeben. Kann hier jemand weiterhelfen? Habe überlegt aus dem Datenbank-Backup die Tabelle wieder einzuspielen, ist das schlau?
Shopware 5.1.14
Connector 2.15.1
Shopware 5.1.14
Connector 2.15.1
SQLSTATE(42S02): Base table or view not found: 1146 Table 'datenbankname.jtl_connector_payment' doesn't exist
PDOException: SQLSTATE(42S02): Base table or view not found: 1146 Table 'datenbankname.jtl_connector_payment' doesn't exist in /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117 Stack trace:
#0 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(117): PDOStatement->execute()
#1 /engine/Library/Zend/Db/Statement/Pdo.php(219): Doctrine\DBAL\Driver\PDOStatement->execute()
#2 /engine/Library/Zend/Db/Statement.php(297): Zend_Db_Statement_Pdo->_execute()
#3 /engine/Library/Zend/Db/Adapter/Abstract.php(472): Zend_Db_Statement->execute()
#4 /engine/Library/Zend/Db/Adapter/Pdo/Abstract.php(232): Zend_Db_Adapter_Abstract->query()
#5 /engine/Library/Enlight/Components/Db/Adapter/Pdo/Mysql.php(82): Zend_Db_Adapter_Pdo_Abstract->query()
#6 /engine/Shopware/Plugins/Community/Frontend/SwagPaymentPaypal/Controllers/Frontend/PaymentPaypal.php(556): Enlight_Components_Db_Adapter_Pdo_Mysql->query()
#7 /engine/Shopware/Plugins/Community/Frontend/SwagPaymentPaypal/Controllers/Frontend/PaymentPaypal.php(343): Shopware_Controllers_Frontend_PaymentPaypal->finishCheckout()
#8 /engine/Library/Enlight/Controller/Action.php(186): Shopware_Controllers_Frontend_PaymentPaypal->returnAction()
#9 /engine/Library/Enlight/Controller/Dispatcher/Default.php(467): Enlight_Controller_Action->dispatch()
#10 /engine/Library/Enlight/Controller/Front.php(225): Enlight_Controller_Dispatcher_Default->dispatch()
#11 /engine/Shopware/Kernel.php(197): Enlight_Controller_Front->dispatch()
#12 /vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(85): Shopware\Kernel->handle()
#13 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(479): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle()
#14 /engine/Shopware/Components/HttpCache/AppCache.php(266): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward()
#15 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(452): Shopware\Components\HttpCache\AppCache->forward()
#16 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(346): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch()
#17 /engine/Shopware/Components/HttpCache/AppCache.php(192): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup()
#18 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(224): Shopware\Components\HttpCache\AppCache->lookup()
#19 /engine/Shopware/Components/HttpCache/AppCache.php(117): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle()
#20 /var/www/vhosts/lootstore.de/httpdocs/shopware/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle()
#21