View Issue Details

IDProjectCategoryView StatusLast Update
0006156OXID eShop (all versions)6. ------ Setup -------public2024-02-07 15:27
Reportermichael_keiluweit Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.9.4 / 5.2.4 
Fixed in Version6.0.0 
Summary0006156: The configuration parameter "aLanguageParams" occurs twice in the table oxconfig
DescriptionDuring 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

TagsNo tags attached.
ThemeAll
BrowserAll
PHP VersionAll
Database VersionAll

Relationships

related to 0006147 acknowledgedflorian.auer It is possible to store oxconfig rows with the same oxvarname (for the same oxshopid and oxmodule) 

Activities

FibreFoX

2015-06-03 15:59

reporter   ~0011010

maybe this will be fixed when having combined index like proposed here:
https://bugs.oxid-esales.com/view.php?id=6147

SvenBrunk

2024-02-07 15:27

administrator   ~0016277

Fixed with the new initial_data database setup