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).
Updated by Tymoteusz Motylewski over 9 years ago
I have a patch ready, but can't push it because of wifi at ACME.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41171
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41171
Updated by Tymoteusz Motylewski over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b6aeeb9e89032ec5fef83f8c3a780021ee8c50ad.
Actions