﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2044	selfpickup.php - Duplicate entry MODULE_SHIPPING_SELFPICKUP_TAX_CLASS	web-looks.de	somebody	"Der Eintrag MODULE_SHIPPING_SELFPICKUP_TAX_CLASS wird nach Deinstallation des Moduls nicht gelöscht.
Bei erneuter Installation kommt eine Fehlermeldung.

Fehlermeldung:

{{{
1062 - Duplicate entry 'MODULE_SHIPPING_SELFPICKUP_TAX_CLASS' for key 'idx_configuration_key'

insert into configuration (configuration_key, configuration_value, configuration_group_id, sort_order, use_function, set_function, date_added) values ('MODULE_SHIPPING_SELFPICKUP_TAX_CLASS', '0', '6', '0', 'xtc_get_tax_class_title', 'xtc_cfg_pull_down_tax_classes(', now())
}}}

Lösung:

/includes/modules/shipping/selefpickup.php

Suchen nach unter function keys():

{{{
'MODULE_SHIPPING_SELFPICKUP_COUNTRY',
}}}

DANACH einfügen:

{{{
'MODULE_SHIPPING_SELFPICKUP_TAX_CLASS',
}}}"	Bug/Fehler	closed	normal	modified-shop-2.0.7.0	Module	2.0.6.0	fixed				
