Project

General

Profile

Actions

Bug #64763

closed

composerName sometimes not present in PackageStates.php

Added by Uwe Trotzek about 9 years ago. Updated over 8 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 #1

Updated by Nicole Cordes almost 9 years ago

  • Target version set to 7.3 (Packages)
  • Sprint Focus set to On Location Sprint
Actions #2

Updated by Benni Mack almost 9 years ago

  • Target version changed from 7.3 (Packages) to 7.4 (Backend)
Actions #3

Updated by Benni Mack almost 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?

Actions #4

Updated by Benni Mack almost 9 years ago

to regenerate the packagestates you need to install/uninstall an extension.

Actions #5

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #6

Updated by Uwe Trotzek over 8 years ago

I think it can be closed. I've never had this problem again.
Thanks!

Actions #7

Updated by Alexander Opitz over 8 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (7.5)

Thanks for your feedback.

Actions

Also available in: Atom PDF