View Issue Details

IDProjectCategoryView StatusLast Update
0004837OXID eShop (all versions)4.07. Source code, Testpublic2023-11-22 10:17
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version4.7.2 / 5.0.2 revision 53018 
Summary0004837: [cleanup] IMS and IMA still available although not used any longer
DescriptionMaximum 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 Reproducesee oxstart.php

public function pageStart()
    {
        $myConfig = $this->getConfig();


        $myConfig->setConfigParam( 'iMaxMandates', $myConfig->getConfigParam( 'IMS' ) );
        $myConfig->setConfigParam( 'iMaxArticles', $myConfig->getConfigParam( 'IMA' ) );
    }
TagsNo tags attached.
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Relationships

has duplicate 0005651 closedjurate.baseviciene unnecessary config parameter in CE / PE 

Activities

michael_keiluweit

2014-02-17 10:58

administrator   ~0009512

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' );

SvenBrunk

2023-11-17 13:32

administrator   ~0015781

Last edited: 2023-11-17 13:33

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