Modify ↓
#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 , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 3 years ago
| Component: | Admin → Shop |
|---|
Note:
See TracTickets
for help on using tickets.

In 14895: