Bug #64763
closedcomposerName sometimes not present in PackageStates.php
0%
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?
Updated by Nicole Cordes over 9 years ago
- Target version set to 7.3 (Packages)
- Sprint Focus set to On Location Sprint
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Benni Mack over 9 years ago
- Status changed from New to Needs Feedback
- Sprint Focus deleted (
On Location Sprint)
Hey Uwe, I reworked lots of stuff in the last weeks. Could you recheck with 7.3 please?
Updated by Benni Mack over 9 years ago
to regenerate the packagestates you need to install/uninstall an extension.
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Uwe Trotzek about 9 years ago
I think it can be closed. I've never had this problem again.
Thanks!
Updated by Alexander Opitz about 9 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
7.5)
Thanks for your feedback.