View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006156 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2015-06-03 14:47 | 2024-02-07 15:27 |
| Reporter | michael_keiluweit | Assigned To | |||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.9.4 / 5.2.4 | ||||
| Fixed in Version | 6.0.0 | ||||
| Summary | 0006156: The configuration parameter "aLanguageParams" occurs twice in the table oxconfig | ||||
| Description | During the setup the oxconfig parameter "aLanguageParams" is inserted twice. - setup/sql/database.sql - setup/oxsetup.php This wouldn't be a problem, because the file oxsetup.php deletes the existing entry first and inserts it again. But the query to delete it is currently commented out: https://github.com/OXID-eSales/oxideshop_ce/blob/v4.9.4/source/setup/oxsetup.php#L995 | ||||
| Tags | No tags attached. | ||||
| Theme | All | ||||
| Browser | All | ||||
| PHP Version | All | ||||
| Database Version | All | ||||
| related to | 0006147 | acknowledged | florian.auer | It is possible to store oxconfig rows with the same oxvarname (for the same oxshopid and oxmodule) |
|
|
maybe this will be fixed when having combined index like proposed here: https://bugs.oxid-esales.com/view.php?id=6147 |
|
|
Fixed with the new initial_data database setup |