Hallo,

habe eine Problem mit meinem Gambio x2 Shop (v2.0.15.4 r14566)

hab seid einpflegen der neuen Regelung für das VRRL das Problem das keine Bestellungen mehr möglich sind.

auf der Frontend Seite erhalte ich folgende Melgung

Code:
WARNING(512): "SQL Error" in /var/www/vhosts/gluehlampenversand.com/httpdocs/inc/xtc_db_error.inc.php:34 (Details)
Backtrace: #0 trigger_error called at [/var/www/vhosts/gluehlampenversand.com/httpdocs/inc/xtc_db_error.inc.php:34] #1 xtc_db_error called at [/var/www/vhosts/gluehlampenversand.com/httpdocs/inc/xtc_db_query.inc.php:68] #2 xtc_db_query called at [/var/www/vhosts/gluehlampenversand.com/httpdocs/inc/xtc_db_perform.inc.php:87] #3 xtc_db_perform called at [/var/www/vhosts/gluehlampenversand.com/httpdocs/checkout_process.php:257]
und im Log des shops steht folgendes

Code:
Query: insert into orders (customers_id, customers_gender, customers_name, customers_firstname, customers_lastname, customers_cid, customers_vat_id, 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_firstname, delivery_lastname, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_country_iso_code_2, delivery_address_format_id, billing_name, billing_firstname, billing_lastname, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_country_iso_code_2, 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, orders_hash, abandonment_download, abandonment_service) values ('2', 'm', 'Volker Haxel', 'Volker', 'Haxel', '', '', 'Schang & Haxel GmbH', '0', 'Admin', 'admin_status.gif', '0.00', 'Auf dem Aurain 1b', '', 'Limburg', '65549', 'Hessen', 'Germany', '', 'info@schang-haxel.de', '5', 'Volker Haxel', 'Volker', 'Haxel', 'Schang & Haxel GmbH', 'Auf dem Aurain 1b', '', 'Limburg', '65549', 'Hessen', 'Germany', 'DE', '5', 'Volker Haxel', 'Volker', 'Haxel', 'Schang & Haxel GmbH', 'Auf dem Aurain 1b', '', 'Limburg', '65549', 'Hessen', 'Germany', 'DE', '5', 'invoice', 'invoice', 'Versandkosten', 'free_free', '', '', '', '', '', '', '', now(), '1', 'EUR', '1.00000000', '', 'german', '', 'b2b5b7dbc8eb91fea33866d3a54285d1', '0', '0')

Error: Unknown column 'customers_gender' in 'field list' (error 1054)
Es scheint wohl was in der SQL Datenbank fehlen aber wo füge ich die eine?