Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface "TYPO3\CMS\Install\Updates\UpgradeWizardInterface" not found #525

Closed
xperseguers opened this issue Aug 22, 2024 · 2 comments
Closed

Comments

@xperseguers
Copy link

Just kickstarted migrating to TYPO3 v13 and I had a main composer.json without a reference to "typo3/cms-install".

This is supposed to be optional now, but if that package is not present, the Backend breaks with the error:

Interface "TYPO3\CMS\Install\Updates\UpgradeWizardInterface" not found

This is raised by Classes/Updates/ContainerMigrateSorting.php:28

@d-g-codappix
Copy link

We could fix this in our tests by adding typo3/cms-install to the dev dependencies.
We would remove this later and only install this extension in ci, because we do not need the extension in our dev environment.

achimfritz added a commit that referenced this issue Sep 12, 2024
* do not register upgrade wizards if EXT:install is not installed
* use PHP Attributes for upgrade wizards
* adapt phpstan

Fixes. #525
achimfritz added a commit that referenced this issue Oct 2, 2024
* do not register upgrade wizards if EXT:install is not installed
* use PHP Attributes for upgrade wizards
* adapt phpstan

Fixes. #525
@achimfritz
Copy link
Contributor

fixed with #532

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants