DHL Adapter: Fehlermeldung beim Herunterladen

Nachdem ich das neue DHL Adapter-Plugin bestellt habe und es dann versuche in „Meine Einkäufe“ im Backend herunterzuladen, erhalte ich die Fehlermeldung:

An exception occurred while executing ‚SELECT t0.id AS id_1, t0.table_name AS table_name_2, t0.column_name AS column_name_3, t0.column_type AS column_type_4, t0.default_value AS default_value_5, t0.entity AS entity_6, t0.label AS label_7, t0.help_text AS help_text_8, t0.support_text AS support_text_9, t0.translatable AS translatable_10, t0.display_in_backend AS display_in_backend_11, t0.custom AS custom_12, t0.position AS position_13, t0.array_store AS array_store_14 FROM s_attribute_configuration t0 WHERE t0.column_name = ? LIMIT 1‘ with params [„viisonCountryOfOrigin“]: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‚s_attribute_configuration‘ doesn’t exist

Kann mir jemand helfen, wo das Problem liegt?

Hat evtl. einer eine Idee für mich?

Das ist kein direktes Problem mit unserem DHL Adapter, in deinem Shop dürfte es auch an anderen Stellen Probleme geben. Das Upgrade auf Shopware 5.2 scheint bei dir nicht korrekt gelaufen zu sein. Die Tabelle darf nicht fehlen, sie wurde mit Migraton 708 beim Upgrade auf Shopware 5.2 angelegt.

2 „Gefällt mir“

Hallo ich habe dasselbe Problem - außerdem lässt sich der alte Adapter nicht deinstallieren, aber auch nicht updaten - es bricht dann der ganze Shop zusammen

danke für eine Lösung (es ist noch immer shopware 5.1.5 aktiv, da das Plugin das shopware update verhindert…)

 

An exception occurred while executing ‘SELECT t0.id AS id_1, t0.table_name AS table_name_2, t0.column_name AS column_name_3, t0.column_type AS column_type_4, t0.default_value AS default_value_5, t0.entity AS entity_6, t0.label AS label_7, t0.help_text AS help_text_8, t0.support_text AS support_text_9, t0.translatable AS translatable_10, t0.display_in_backend AS display_in_backend_11, t0.custom AS custom_12, t0.position AS position_13, t0.array_store AS array_store_14 FROM s_attribute_configuration t0 WHERE t0.column_name = ? LIMIT 1’ with params [“viisonCountryOfOrigin”]: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘usrdb_glawypyu.s_attribute_configuration’ doesn’t exist

@VIISON schrieb:

Das ist kein direktes Problem mit unserem DHL Adapter, in deinem Shop dürfte es auch an anderen Stellen Probleme geben. Das Upgrade auf Shopware 5.2 scheint bei dir nicht korrekt gelaufen zu sein. Die Tabelle darf nicht fehlen, sie wurde mit Migraton 708 beim Upgrade auf Shopware 5.2 angelegt.

Danke für die Erklärung, die trifft auf jeden Fall zu. Aber eigentlich habe ich die alte DB nach dem nicht korrekt gelaufenen Update wieder zurückgespielt.

Kann ich die Tabelle jetzt „einfach so“ löschen und mein Problem ist gelöst? 

Kann mir evtl. jemand meine Frage beantworten?

Unable to install, got exception: An exception occurred while executing ‘SELECT t0.id AS id1, t0.table_name AS table_name2, t0.column_name AS column_name3, t0.column_type AS column_type4, t0.default_value AS default_value5, t0.entity AS entity6, t0.label AS label7, t0.help_text AS help_text8, t0.support_text AS support_text9, t0.translatable AS translatable10, t0.display_in_backend AS display_in_backend11, t0.custom AS custom12, t0.position AS position13, t0.array_store AS array_store14 FROM s_attribute_configuration t0 WHERE t0.table_name = ? AND t0.column_name = ? LIMIT 1’ with params [“s_articles_attributes”, “viison_customs_tariff_number”]: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘[DBNAME]_.s_attribute_configuration’ doesn’t exist

Gibt es dafür eine Lösung mittlerweile?