Hallo Leute, leider haben wir seit kurzem ein Problem mit dem Trusted Shops Plugin. Wir haben versucht es auf die aktuelle Version zu aktualisieren dies hat leider nicht funktioniert nun haben wir versucht es komplett nochmals zu installieren dies funktioniert auch nicht. Es erscheint folgende Fehlermeldung: Plugin Trusted Shops 2.0 konnte nicht erfolgreich installiert werden. SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘TSGetLatestProtectionItems’ for key ‘action’ Hat jemand dasselbe Problem oder weiss jemand wie man diesen Fehler beheben könnte? Vielen Dank für eure Hilfe im voraus. :thumbup: Gruß Ruhan
Hallo, such mal in den Grundeinstellungen nach “Cronjobs” und lösche dort den Eintrag für “TSGetLatestProtectionItems”. Das Plugin möchte diesen Eintrag anlegen, er ist bei dir aber schon vorhanden. Grüße Moritz
Vielen Dank für die schnelle Hilfe, leider erscheint nun diese Fehlermeldung: Plugin Trusted Shops 2.0 konnte nicht erfolgreich installiert werden. An exception occurred while executing ‚SELECT t0.shopId AS shopId1, t0.trustedShopsId AS trustedShopsId2, t0.trustedShopsUser AS trustedShopsUser3, t0.trustedShopsPassword AS trustedShopsPassword4, t0.trustedShopsTestSystem AS trustedShopsTestSystem5, t0.trustedShopsShowRatingWidget AS trustedShopsShowRatingWidget6, t0.trustedShopsShowRatingsButtons AS trustedShopsShowRatingsButtons7, t0.trustedShopsRateLaterDays AS trustedShopsRateLaterDays8, t0.trustedShopsLanguageRatingButtons AS trustedShopsLanguageRatingButtons9, t0.trustedShopsWidthRatingButtons AS trustedShopsWidthRatingButtons10, t0.trustedShopsTrustBadgeCode AS trustedShopsTrustBadgeCode11, t0.trustedShopsInStockDeliveryTime AS trustedShopsInStockDeliveryTime12, t0.trustedShopsNotInStockDeliveryTime AS trustedShopsNotInStockDeliveryTime13 FROM s_plugin_swag_trusted_shops t0 WHERE t0.shopId = ? LIMIT 1‘ with params [1]: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‚t0.trustedShopsInStockDeliveryTime‘ in ‚field list‘ Alles hat super funktioniert noch vor der Aktualisierung, daher sind wir ziemlich ratlos wie wir nun vorgehen können. Notfalls müssen wir ein altes Backup vom Shop wiederherstellen.
Hi, ich bin kein Profi auf dem Gebiet, aber der Fehler sagt aus das in der Tabelle s_plugin_swag_trusted_shops die Spalte trustedShopsInStockDeliveryTime nicht gefunden wird. Ich hätte dir gerne die Spalte komplett gegeben, aber in meiner Version gibt es diese auch noch nicht.
[quote=“rm-time”]Vielen Dank für die schnelle Hilfe, leider erscheint nun diese Fehlermeldung: Plugin Trusted Shops 2.0 konnte nicht erfolgreich installiert werden. An exception occurred while executing ‘SELECT t0.shopId AS shopId1, t0.trustedShopsId AS trustedShopsId2, t0.trustedShopsUser AS trustedShopsUser3, t0.trustedShopsPassword AS trustedShopsPassword4, t0.trustedShopsTestSystem AS trustedShopsTestSystem5, t0.trustedShopsShowRatingWidget AS trustedShopsShowRatingWidget6, t0.trustedShopsShowRatingsButtons AS trustedShopsShowRatingsButtons7, t0.trustedShopsRateLaterDays AS trustedShopsRateLaterDays8, t0.trustedShopsLanguageRatingButtons AS trustedShopsLanguageRatingButtons9, t0.trustedShopsWidthRatingButtons AS trustedShopsWidthRatingButtons10, t0.trustedShopsTrustBadgeCode AS trustedShopsTrustBadgeCode11, t0.trustedShopsInStockDeliveryTime AS trustedShopsInStockDeliveryTime12, t0.trustedShopsNotInStockDeliveryTime AS trustedShopsNotInStockDeliveryTime13 FROM s_plugin_swag_trusted_shops t0 WHERE t0.shopId = ? LIMIT 1’ with params [1]: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘t0.trustedShopsInStockDeliveryTime’ in ‘field list’ Alles hat super funktioniert noch vor der Aktualisierung, daher sind wir ziemlich ratlos wie wir nun vorgehen können. Notfalls müssen wir ein altes Backup vom Shop wiederherstellen.[/quote] Hallo, da fehlen wohl Spalten in der Datenbank, führe einmal folgendes in PHPMyAdmin aus: ALTER TABLE s_plugin_swag_trusted_shops
ADD trustedShopsInStockDeliveryTime
int(11) DEFAULT NULL , ADD trustedShopsNotInStockDeliveryTime
int(11) DEFAULT NULL Und probier nochmal zu installieren. Den Cronjob musst du nochmal löschen, da der bei einer fehlerhaften Installation wieder angelegt wird! Grüße Moritz
Vielen dank für eure Hilfe wir haben nun die Version 2.0 wieder installiert und es funktioniert einwandfrei. Wir warten noch mit dem Update und führen das update späte aus. Dennoch vielen Dank für eure Hilfe.:thumbup: Schönen Abend noch! Gruß Ruhan