Wenn ich bei meinen Shop eine Bestellung abgeben m?chte bringt er bei Bestellung abschicken folgender Fehler:
1054 - Unknown column 'cc_cvv' in 'field list'
insert into orders (customers_id, customers_name, customers_cid, customers_company, customers_status, customers_status_name, customers_status_image, customers_status_discount, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, payment_class, shipping_method, shipping_class, cc_type, cc_owner, cc_number, cc_expires, cc_start, cc_cvv, cc_issue, date_purchased, orders_status, currency, currency_value, customers_ip, language, comments) values ('1', Name Name', '', 'Shop', '', 'Admin', '', '0.00', 'Stra?e', '', 'Stadt', 'Postzahl', 'Bundesland', land', 'tel', 'e-mail ', '5', 'name, Shop ', 'Stra?e ', '', ' Stadt ', ' Postzahl ', ' Bundesland ', ' land ', '5', 'name name', shop', 'Stra?e', '', 'Stadt', 'Postzahl', 'bundeslandland', 'land', '5', '', '', '', '', '', '', '', '', '', '', '', now(), '1', 'EUR', '1.00000000', 'IP', 'land', '')
[XT SQL Error]
Hoffentlich kann mir jemand helfen.
|