Project

General

Profile

Actions

Bug #58875

closed

EM crashes with exception resolving depencies

Added by Martin Kutschker almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
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

When you try to active an extension which depends on another extension which in turn is activated by $GLOBALS['TYPO3_CONF_VARS']['EXT']['runtimeActivatedPackages'] then an uncaught exception is raised:

The package "foo" depends on "bar" which is not present in the system.

It seems that the EM checks at first (correctly) for all active extensions, but the package manager later on looks only at 'PackageStates.php'. Of course (?) the extensions installed by 'runtimeActivatedPackages' is not set to 'active' in 'PackageStates.php' which leads to this discrepancy. This must at least be handled gracefully.

Actions

Also available in: Atom PDF