View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005309 | OXID eShop (all versions) | 4. ------ eShop Core ------- | public | 2013-07-24 12:20 | 2023-11-13 14:08 |
Reporter | martinwegele | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.0 revision 17976 | ||||
Summary | 0005309: CE and PE contain EE sourcecode | ||||
Description | There 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 Information | I 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'; } } | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||