Modify ↓
Opened 3 years ago
Closed 3 years ago
#2304 closed Frage (wontfix)
Econda Dateireste notwendig?
| Reported by: | Timm | Owned by: | |
|---|---|---|---|
| Priority: | niedrig | Milestone: | |
| Component: | Module | Version: | 2.0.7.2 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description (last modified by )
Es gibt einige Dateien, die noch Code für Econda beinhalten und auch im _installer gibt es dazu etwas.
Allerdings gibt es im Backend keine Einstellung dafür. Sind die Stellen nicht also überflüssig?
in /_installer/includes/sql/modified.sql
INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'TRACKING_ECONDA_ACTIVE', 'false', 23, 1, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(/'true/', /'false/'),'); INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'TRACKING_ECONDA_ID','', 23, 2, NULL, NOW(), NULL, NULL);
Folgende Dateien sind mindestens betroffen:
- /admin/econda.php
- /admin/includes/configuration_installer.php
- /includes/application_bottom.php
- /includes/application_top.php
- /includes/classes/breadcrumb.php
Besprochen wurde das Thema hier: Version 2.0.7.2 - PHP 8
Dort kam es zu einer weißen Seite, weil die Datenbank um die Econda-Einträge bereinigt wurde.
Attachments (0)
Change History (2)
comment:1 by , 3 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 3 years ago
| Milestone: | modified-shop-2.0.8.0 |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Die Dateireste sind nicht notwendig, aber sie stören auch nicht. Wer weiss wo die Reise hinsichtlich einer möglichen Partnerschaft mit Econda noch hin geht.
Econda war bis Shopversion 1.02 noch in der column_left.php enthalten und wurde mit r486 auskommentiert und mit r7077 aus selbiger Datei entfernt.
Wer Einträge aus der Tabelle "configuration" löscht, der muss mit Fehlern rechnen.