Project

General

Profile

Actions

Bug #64763

closed

composerName sometimes not present in PackageStates.php

Added by Uwe Trotzek almost 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-02-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I've got a weird problem. When I add a composer.json to a already installed extension e.g.

{
"name": "test/myextension",
"type": "typo3-cms-extension",
}

and reload e.g. the EM the following lines are will be added to the PackeStages.php file:

[...]
'manifestPath' => '',
'composerName' => 'test/myextension',
[...]

IMHO this is fine. In some circumstances it seems not to work. When I deploy the EXT (the only thing which has been changed is the composer.json) to several systems, these necessary lines wont be added to PackageStages.php SOMETIMES! When this lines aren't present it will break the dependency tree and the EM is not accessible anymore. Unfortunately I cannot reproduce this issue so I'm a little bit lost. When I test is manually it works, but in some cases these lines are definitely not present.

Is it possible to force the regeneration of PackageStages.php?

Actions

Also available in: Atom PDF