View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006716 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2017-10-27 11:23 | 2017-10-30 11:42 |
Reporter | HR | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.0.0-rc.3 | ||||
Fixed in Version | 6.0.0-rc.3 | ||||
Summary | 0006716: Setup directory not deleted after web setup | ||||
Description | Setup directory should be deleted after web setup but this does not work for me. We have this parameter in config.inc.php: // Control the removal of Setup directory $this->blDelSetupDir = true; No matter if set to true/false or commented altogether, Setup directory is not deleted. | ||||
Steps To Reproduce | Set up shop via web interface and check if Setup folder still exists after setup depending on settings in config.inc.php. | ||||
Additional Information | It seems that Setup/tpl/finalize.php is trying to do this: $blRemoved = ( isset( $aSetupConfig[‘blDelSetupDir’] ) && $aSetupConfig[‘blDelSetupDir’] ) ? $this->isDeletedSetup() : true; and $aSetupConfig = $this->getViewParam( “aSetupConfig” ); If that information is not stored in view parameters but only in Setup/Session, the whole chain is not triggered. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||