Actions
Bug #58871
closedCLI "extension:install" does not work correctly with config "runtimeActivatedPackages"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-05-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If an extension is installed via AdditionalConfiguration.php by using $GLOBALS['TYPO3_CONF_VARS']['EXT']['runtimeActivatedPackages'] then in 'PackageStates.php' state will not be changed to 'active' by the "system". IMHO not ideal, but so be it.
A real issue is that I cannot activate the extension by 'cli_dispatch.phpsh extbase extension:install'. Somehow the package manager tries to be very clever and fails to notice that the extension is not "really" active and fails to change 'PackageStates.php'.
Actions