View Issue Details

IDProjectCategoryView StatusLast Update
0006716OXID eShop (all versions)6. ------ Setup -------public2017-10-30 11:42
ReporterHR 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version6.0.0-rc.3 
Target VersionFixed in Version6.0.0-rc.3 
Summary0006716: Setup directory not deleted after web setup
DescriptionSetup 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 ReproduceSet up shop via web interface and check if Setup folder still exists after setup depending on settings in config.inc.php.
Additional InformationIt 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.

TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.