View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005706 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2014-03-19 09:01 | 2024-03-06 09:47 |
| Reporter | arvydas_vapsva | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.8.5 / 5.1.5 | ||||
| Fixed in Version | 7.0.0-rc1 | ||||
| Summary | 0005706: oxConfig::_loadVarsFromDb variables loading issue | ||||
| Description | oxConfig::_loadVarsFromDb: if ( !empty($sModule) ) { $sModuleSql = " oxmodule LIKE " . $oDb->quote($sModule."%"); } else { $sModuleSql = " oxmodule='' "; } In case you have two themes like "theme1" and "theme1_mobile", one might override other theme config parameters, due to LIKE condition. | ||||
| Tags | Theme Handling | ||||
| Theme | Azure | ||||
| Browser | All | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||
|
|
+1 We have got the same problem... |
|
|
Fixed with https://github.com/OXID-eSales/oxideshop_ce/commit/6a477c985579e106bd874f55be97ed7b0e7f2de4 in 7.0.0 |