Jump to content

Probleme im PS Backend - insbesondere beim Updaten von Modulen


dg-berlin

Recommended Posts

Liebes Forum, wenn ich Module aktualisieren oder neu installieren möchte, erhalte ich folgende Fehlermeldung:


An exception occurred while executing 'SELECT t0.id_tab AS id_tab_1, t0.id_parent AS id_parent_2, t0.position AS position_3, t0.module AS module_4, t0.class_name AS class_name_5, t0.route_name AS route_name_6, t0.active AS active_7, t0.enabled AS enabled_8, t0.hide_host_mode AS hide_host_mode_9, t0.icon AS icon_10 FROM n7n3_tab t0 WHERE t0.module = ?' with params ["simpleimportproduct"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.route_name' in 'field list'

[DoctrineDBALExceptionInvalidFieldNameException 0]

Ich vermute das Problem hängt mit meinem Upload von PS 1.7.6.x auf PS 1.7.7.x zusammen.

Freue mich über jeder Hilfe.

Vielen Dank

 

Link to comment
Share on other sites

Hallo, danke JBW für deinen Tipp.

Leider kann ich simpleimportproducts nicht deaktivieren - da bekomme ich auch die Fehlermeldung. Auch im debug Modus habe ich im Backend Probleme, auf einige Seiten zuzugreifen. So komme ich bspw im Modulmanager nicht auf die Seite Aktuslierung (dann springe ich in die Dashboard Übersicht). Auch kann ich die Benutzerrechte nicht verwalten - dann kommt der Hinweis "Zugriff verweigert" mit dem folgenden Fehlercode. Ich denke, es hängt mit der Aktualisierung von Prestashop auf die Version 1.7.7.x zusammen.

An exception occurred while executing 'SELECT t0.id_tab AS id_tab_1, t0.id_parent AS id_parent_2, t0.position AS position_3, t0.module AS module_4, t0.class_name AS class_name_5, t0.route_name AS route_name_6, t0.active AS active_7, t0.enabled AS enabled_8, t0.hide_host_mode AS hide_host_mode_9, t0.icon AS icon_10 FROM n7n3_tab t0 WHERE t0.class_name = ? LIMIT 1' with params ["AdminModulesController"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.route_name' in 'field list'

[Doctrine\DBAL\Exception\InvalidFieldNameException 0]

 

Link to comment
Share on other sites

Laut Fehlermeldung fehlt dir die Spalte route_name in der tabelle n7n3_tab.

So sieht die Tabelle eigentlich aus, vermutlich hilft es wenn du die Spalte/n manuell hinufügst (das hätte das Upgrade eigentlich sicherstellen sollen) [BACKUP NICHT VERGESSEN VOR ÄNDERUNGEN AN DER DB!):

grafik.thumb.png.66dc259279445cbdd1b7fdc4e986c647.png

Link to comment
Share on other sites

Danke JBW. Das Problem ist damit gelöst.

Einzige verbleibende Auffälligkeit ist noch, dass ich im Modulmanager nicht auf Aktualisierung klicken kann. Ich werde auf die Übersichtsseite umgeleitete. Hat jemand eine Idee, woran das liegen könnte?

Viele Grüße 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...