Jump to content
xt:Commerce Community Forum

HILFE ... SHOP is offline!!!!!!


dremax

Recommended Posts

Ganz großes Kino ... hab im Backend die Kundengruppen gelöscht ... und hab damit den ganzen Shop abgeschossen. Verrät mir mal einer wie soetwas gehen kann? Frontend ist down und Backend genauso.

Fehlermeldung:

Warning: Variable passed to each() is not an array or object in /kunden/188045_01936/webseiten/shop/veyton/xtFramework/classes/class.customers_status.php on line 103

Warning: Cannot modify header information - headers already sent by (output started at /kunden/188045_01936/webseiten/shop/veyton/xtFramework/classes/class.customers_status.php:103) in /kunden/188045_01936/webseiten/shop/veyton/xtFramework/classes/class.acl.php on line 0

Kann mir da einer weiter helfen?

nutze Veyton 4.0.12

Link to comment
Share on other sites

Also hatte eben im Veytonbuch gelesen das man niemals die Kundengruppe "gast" löschen soll ... Zitat: "da dies sonst Ihren Shop sperrt"

Ok, hab eben vom Kollegen auch das mit dem Backup gesagt bekommen. Wirft mich zwar um über eine Woche zurück, aber was soll's.

Link to comment
Share on other sites

Wenn du keine Datensicherung hast dann füge doch einfach manuell wieder die Kundengruppe in die Datenbank ein:

INSERT INTO `xt_customers_status` (`customers_status_id`, `customers_status_min_order`, `customers_status_max_order`, `customers_status_show_price`, `customers_status_show_price_tax`, `customers_status_add_tax_ot`, `customers_status_graduated_prices`, `customers_fsk18`, `customers_fsk18_display`, `customers_status_master`, `customers_status_template`, `shop_1`, `customers_status_discount_flag`, `customers_discount`) VALUES (1, 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 0, 0, '');

und für die Kundengruppenbeschreibung:

INSERT INTO `xt_customers_status_description` (`customers_status_id`, `language_code`, `customers_status_name`) VALUES (1, 'de', 'Gast'), (1, 'en', 'Guest');

ggf. mußt du das "xt" durch deinen Prefix tauschen.

Link to comment
Share on other sites

Archived

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

×
  • Create New...