Project

General

Profile

Actions

Bug #68082

closed

Fatal error when updating from 7.0 to 7.4 (wrong entries in packagestate.php)

Added by Tymoteusz Motylewski over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
composer
Target version:
-
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

Also available in: Atom PDF