Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#2421 closed Bug/Fehler (fixed)

Fehler im Installer

Reported by: Karl1 Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.8.0
Component: Shop Version: 2.0.7.2
Keywords: Cc:
Blocked By: Blocking:

Description

In der Datei "_installer/includes/sql/modified.sql" wird für die Konstante "SHOW_SHIPPING_MODULE_TITLE" ein falscher Wert gesetzt.

Gesetzt wird in Zeile 1643 "standard" richtig wäre "shipping_default".

Falsch:

INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'SHOW_SHIPPING_MODULE_TITLE', 'standard', 7, 10, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'shipping_default\', \'shipping_title\', \'shipping_custom\'),');

Richtig:

INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'SHOW_SHIPPING_MODULE_TITLE', 'shipping_default', 7, 10, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'shipping_default\', \'shipping_title\', \'shipping_custom\'),');

Gruß Karl

Attachments (0)

Change History (3)

comment:1 by Gerhard Waldemair, 3 years ago

Resolution: fixed
Status: newclosed

In 14895:

fix #2421 - fix installer for shipping title

comment:2 by Gerhard Waldemair, 3 years ago

In 14896:

fix #2421 - fix installer for shipping title

comment:3 by Torsten Riemer, 3 years ago

Component: AdminShop

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.