Bug #52767
closedCould not find package with composer name "composer/installers"
100%
Description
After latest updates from git, i can't access my website. Install Toll is loaded at first (don't know why as it was running projct - db set etc.) and after ENABLE_INSTALL_TOOL is enabled i see only blank page. Server error_log:
PHP Fatal error: Uncaught exception 'TYPO3\\Flow\\Package\\Exception\\InvalidPackageStateException' with message 'Could not find package with composer name "composer/installers" in PackageStates configuration.' in /typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/PackageManager.php:382
Stack trace:
#0 /typo3/sysext/core/Classes/Package/PackageManager.php(421): TYPO3\\Flow\\Package\\PackageManager->getPackageKeyFromComposerName('composer/instal...')
#1 /typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Package.php(155): TYPO3\\CMS\\Core\\Package\\PackageManager->getPackageKeyFromComposerName('composer/instal...')
#2 /typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/PackageManager.php(968): TYPO3\\Flow\\Package\\Package->getPackageMetaData()
#3 /typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Pack in /typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/PackageManager.php on line 382
Updated by Wouter Wolters about 11 years ago
- Status changed from New to Needs Feedback
Can you check if you have any extension with a composer file which has a dependency?
Probably this dependency can't be met. Disabling the extension should help in that case.
Updated by Marcin Sągol about 11 years ago
Wouter Wolters thank you for your response. Indeed there was one extension with composer.json file. That was the reason for this error.
Any idea why i'm redirected to install tool? As i mentioned this project was running fine (FE/BE).
Updated by Marcin Sągol about 11 years ago
Ok. I did DB compare and update and now all seems to work just fine.
Updated by Wouter Wolters about 11 years ago
That is because there are some changes needed to be executed for your installation. This happens in the Install Tool. Also some DB fields are added the last days which are needed. Most probably there are some more smaller issues that will pop up in the next days but they will also be fixed.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24785
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24785
Updated by Thomas Maroschik about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dc3bcfc02fc858594cc005fbdfcc490d4ffdeabb.