Fehlermeldung Cronjob nach Deinstallation eines Plugins

Hallo,

wir hatten eine Testversion eines Plugins in unserem Shop laufen. Nach der Deinstallation haben wir eine Fehlermeldung und nix geht mehr.
Ich hoffe mir kann hier jemand helfen…
Das Plugin nochmals zu installieren ist leider so nicht möglich da es eine Testversion war…

Hier die Fehlermeldung:

Ups! Ein Fehler ist aufgetreten!

Die nachfolgenden Hinweise sollten Ihnen weiterhelfen.

An exception occurred while executing ‚SELECT t0.id AS id_1, t0.orderID AS orderID_2, t0.attribute1 AS attribute1_3, t0.attribute2 AS attribute2_4, t0.attribute3 AS attribute3_5, t0.attribute4 AS attribute4_6, t0.attribute5 AS attribute5_7, t0.attribute6 AS attribute6_8, t0.swag_paypal_unified_payment_type AS swag_paypal_unified_payment_type_9, t0.swag_payal_billing_agreement_id AS swag_payal_billing_agreement_id_10, t0.swag_payal_express AS swag_payal_express_11, t0.afterbuy_order_id AS afterbuy_order_id_12, t0.scha1_field AS scha1_field_13, t0.orderID AS orderID_14 FROM s_order_attributes t0 WHERE t0.afterbuy_order_id = ? LIMIT 1‘ with params [„1243920761“]: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‚t0.scha1_field‘ in ‚field list‘ in vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 179

Stack trace:

#0 vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(150): Doctrine\DBAL\DBALException::wrapException(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(PDOException), ‚An exception oc…‘) #1 vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(915): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(PDOException), ‚SELECT t0.id AS…‘, Array) #2 engine/Library/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(387): Doctrine\DBAL\Connection->executeQuery(‚SELECT t0.id AS…‘, Array, Array) #3 vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(193): Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(Array, NULL, NULL, Array, NULL, 1, NULL) #4 custom/plugins/viaebShopwareAfterbuy/Services/Helper/AbstractHelper.php(237): Doctrine\ORM\EntityRepository->findOneBy(Array) #5 custom/plugins/viaebShopwareAfterbuy/Services/Helper/AbstractHelper.php(147): viaebShopwareAfterbuy\Services\Helper\AbstractHelper->getEntityByAttribute(‚1243920761‘, ‚afterbuyOrderId‘) #6 custom/plugins/viaebShopwareAfterbuy/Services/WriteData/Internal/WriteStatusService.php(45): viaebShopwareAfterbuy\Services\Helper\AbstractHelper->getEntity(‚1243920761‘, ‚afterbuyOrderId‘, true) #7 custom/plugins/viaebShopwareAfterbuy/Services/WriteData/Internal/WriteStatusService.php(29): viaebShopwareAfterbuy\Services\WriteData\Internal\WriteStatusService->transform(Array) #8 custom/plugins/viaebShopwareAfterbuy/Subscriber/Cron.php(171): viaebShopwareAfterbuy\Services\WriteData\Internal\WriteStatusService->put(Array) #9 engine/Library/Enlight/Event/Handler/Default.php(87): viaebShopwareAfterbuy\Subscriber\Cron->updateOrders(Object(Shopware_Components_Cron_CronJob)) #10 engine/Library/Enlight/Event/EventManager.php(251): Enlight_Event_Handler_Default->execute(Object(Shopware_Components_Cron_CronJob)) #11 engine/Library/Enlight/Components/Cron/Manager.php(275): Enlight_Event_EventManager->notifyUntil(‚Shopware_CronJo…‘, Object(Shopware_Components_Cron_CronJob)) #12 engine/Shopware/Plugins/Default/Core/Cron/Cron.php(53): Enlight_Components_Cron_Manager->runJob(Object(Enlight_Components_Cron_Job)) #13 engine/Library/Enlight/Controller/Action.php(192): Shopware_Controllers_Backend_Cron->indexAction() #14 engine/Library/Enlight/Controller/Dispatcher/Default.php(478): Enlight_Controller_Action->dispatch(‚indexAction‘) #15 engine/Library/Enlight/Controller/Front.php(228): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) #16 engine/Shopware/Kernel.php(188): Enlight_Controller_Front->dispatch() #17 vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #18 vendor/symfony/http-kernel/HttpCache/HttpCache.php(453): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true) #19 engine/Shopware/Components/HttpCache/AppCache.php(261): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #20 vendor/symfony/http-kernel/HttpCache/HttpCache.php(238): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true) #21 engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true) #22 shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request)) #23 {main}

bekommen wir das irgendwie wieder hin??
Danke schon mal.

Lg Moni

Hallo,

schon an den Plugin-Hersteller gewandt, der für den Murks verantwortlich ist ? Dieser wäre zunächst Dein Ansprechpartner Nr. 1 …

Viele Grüße

Hallo,

das wäre mein nächster Schritt gewesen… Habe nach Erstellung des Beitrags einen anderen gefunden der mir geholfen hat…

Habe in der Freitextverwaltung in den s_order-tabellen neue Modells generiert und jetzt ist der Fehler nicht mehr :slight_smile:

Gruß