Actions
Bug #68082
closedFatal error when updating from 7.0 to 7.4 (wrong entries in packagestate.php)
Start date:
2015-07-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In older 7 versions packages like that were also stored in the packageState.php file:
'symfony.yaml' => array ( 'manifestPath' => 'Symfony/Component/Yaml/', 'composerName' => 'symfony/yaml', 'state' => 'inactive', 'packagePath' => 'Packages/Libraries/symfony/yaml/', 'classesPath' => 'Classes/', 'suggestions' => array ( ), ),
which now Package to throw Exception\InvalidPackageManifestException
Unortunatelly PackageManager doesn't catch this exception, which result in Fatal error (probably error handler is not yet configured).
Actions