Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#2044 closed Bug/Fehler (fixed)

selfpickup.php - Duplicate entry MODULE_SHIPPING_SELFPICKUP_TAX_CLASS

Reported by: web-looks.de Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.7.0
Component: Module Version: 2.0.6.0
Keywords: Cc:
Blocked By: Blocking:

Description

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',

Attachments (0)

Change History (5)

comment:1 by Torsten Riemer, 5 years ago

Component: AdminModule
Milestone: modified-shop-2.0.6.1

comment:2 by Torsten Riemer, 5 years ago

Resolution: fixed
Status: newclosed

In 13567:

fix #2044 - revised r12406 (fix missing tax class to avoid warnings)

comment:3 by Karsta, 5 years ago

Dann fehlen aber auch noch die Sprachvariablen.
MODULE_SHIPPING_SELFPICKUP_TAX_CLASS_TITLE
MODULE_SHIPPING_SELFPICKUP_TAX_CLASS_DESC

comment:4 by Gerhard Waldemair, 5 years ago

In 13599:

revised r13567 (fix #2044 - revised r12406 (fix missing tax class to avoid warnings))

comment:5 by Gerhard Waldemair, 5 years ago

In 13600:

revised r13567 (fix #2044 - revised r12406 (fix missing tax class to avoid warnings))

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.