View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004837 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2013-01-10 16:07 | 2023-11-22 10:17 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 4.7.2 / 5.0.2 revision 53018 | ||||
Summary | 0004837: [cleanup] IMS and IMA still available although not used any longer | ||||
Description | Maximum Number of Mandates (IMS) and Maximum Number of Products (IMA) still available in source code although it is not used any longer. Please add the missing edition tags and thus, remove it completely from CE. | ||||
Steps To Reproduce | see oxstart.php public function pageStart() { $myConfig = $this->getConfig(); $myConfig->setConfigParam( 'iMaxMandates', $myConfig->getConfigParam( 'IMS' ) ); $myConfig->setConfigParam( 'iMaxArticles', $myConfig->getConfigParam( 'IMA' ) ); } | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
has duplicate | 0005651 | closed | jurate.baseviciene | unnecessary config parameter in CE / PE |
|
More not needed config parameters oxdb.php (OXID_ESHOP_CE_4.8.3\core\oxdb.php) self::$_aSlaveHosts = $oConfig->getVar( 'aSlaveHosts' ); self::$_iMasterSlaveBalance = $oConfig->getVar( 'iMasterSlaveBalance' ); |
|
I can find evidence that these variables are still used. @QA would you please verify? For the other ones from Michaels comment we have a general cleanup ticket for all config variables |