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 almost 9 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 #1

Updated by Tymoteusz Motylewski almost 9 years ago

I have a patch ready, but can't push it because of wifi at ACME.

Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Tymoteusz Motylewski almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF