Jump to content
xt:Commerce Community Forum

Fehlermeldung DPD-Modul


Recommended Posts

Hallo,

Im Shop-Admin habe ich bei den Bestellungen folgende SQL-Fehlermeldung, welche ich nicht weiss, wie ich diese beheben kann. Wer Kann mir dabei helfen.

Ich bin leider kein Programmierer und habe auch keine Ahnung von PHP und SQL. Kann mir bitte jemand eine genaue Anweisung geben, was ich in der DB machen muss, bzw. welchen Befehl ich da auszuführen haben. Für jede Hilfe sehr dankbar.

LG Conny

1054 - Unknown column 'o.dpd_tracking_id' in 'field list' select o.orders_id, o.orders_status, o.afterbuy_success, o.afterbuy_id, o.customers_name, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.orders_status_name, ot.text as order_total, o.dpd_tracking_id from orders o left join orders_total ot on (o.orders_id = ot.orders_id), orders_status s where (o.orders_status = s.orders_status_id and s.language_id = '2' and ot.class = 'ot_total') or (o.orders_status = '0' and ot.class = 'ot_total' and s.orders_status_id = '1' and s.language_id = '2') order by o.orders_id DESC limit 0, 20

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...