View Issue Details

IDProjectCategoryView StatusLast Update
0005309OXID eShop (all versions)4. ------ eShop Core -------public2023-11-13 14:08
Reportermartinwegele Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.0 revision 17976 
Summary0005309: CE and PE contain EE sourcecode
DescriptionThere is a block in oxShopControl::start() that is only used for the EE but still included in the sourcecode of PE and CE: http://docu.oxid-esales.com/CE/sourcecodedocumentation/4.7.6.48acf618c43d333b81bb6636f7d13a3a75ec4638/oxshopcontrol_8php_source.html#l00110

Additional InformationI also found it in 4.1.0 so I guess it's been there ever since.
Just remove lines 110-121 from CE and PE:
// first start of the shop
                // check wether we have to display mall startscreen or not
                if ( $myConfig->isMall() ) {

                    $iShopCount = oxDb::getDb()->getOne( 'select count(*) from oxshops where oxactive = 1' );

                    $sMallShopURL = $myConfig->getConfigParam( 'sMallShopURL' );
                    if ( $iShopCount && $iShopCount > 1 && $myConfig->getConfigParam( 'iMallMode' ) != 0 && !$sMallShopURL ) {
                        // no class specified so we need to change back to baseshop
                        $sClass = 'mallstart';
                    }
                }
TagsNo tags attached.
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Relationships

related to 0005380 closedSvenBrunk mallstart.tpl 

Activities

SvenBrunk

2023-11-13 14:08

administrator   ~0015728

no longer the case in recent version