Bug #100844
closedInvalid service “lowlevel.configuration.module.provider.webhooks”: - Setup via CLI fails in 12.4.1
100%
Description
We just installed a Composer based 12.4.1 and during the setup via CLI I get the following error after the step of database selection:
In AbstractRecursivePass.php line 173:
Invalid service “lowlevel.configuration.module.provider.webhooks”: class “TYPO3\CMS\Lowlevel\ConfigurationModuleProvider\AbstractProvider” not found while loading “TYPO3\CMS\Webhooks\ConfigurationModuleProvider\WebhookTypesProvider”.
Updated by Mittwald CM Service over 1 year ago
We used https://packagist.org/packages/typo3/cms-base-distribution
There missing typo3/cms-lowlevel and typo3/cms-webhooks needs it.
Updated by Lukas Neugebauer over 1 year ago
We have the same issue since v12.4.1. This also happens via the web installer.
Updated by Christian Meyer over 1 year ago
Same here.
I also noticed that we cannot try an older version because the base-distribution dependencies use version constraint e.g. "^12.3.0" which should be the same as ">= 12.3.0 <13.0.0" if I'm not mistaken: https://getcomposer.org/doc/articles/versions.md#caret-version-range- . So when I try to install 12.3.0, it still fetches the (presumably broken) 12.4.1. I'm not sure if this is intended, but it was different for 11.4.1 https://packagist.org/packages/typo3/cms-base-distribution#v11.4.1 , where ~ was used which would not do that.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79004
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79004
Updated by Chris Müller over 1 year ago
- Has duplicate Bug #100848: Invalid service "lowlevel.configuration.module.provider.webhooks" added
Updated by Georg Ringer over 1 year ago
- Subject changed from Setup via CLI fails in 12.4.1 to Invalid service “lowlevel.configuration.module.provider.webhooks”: - Setup via CLI fails in 12.4.1
Updated by Oliver Hader over 1 year ago
Just referencing to a new issue in base distribution:
https://github.com/TYPO3/TYPO3.CMS.BaseDistribution/issues/59
Updated by Steffen Bachmann over 1 year ago
Hello,
is there any news in this ticket? For more than two weeks it has not been possible to install Typo3 according to the DDEV instructions at https://get.typo3.org/version/12#get.
Thank you for your help.
Updated by Mittwald CM Service over 1 year ago
+1
It would be great if 12.4 could be installed asap.
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79004
Updated by Sybille Peters over 1 year ago
Steps to reproduce (e.g. with based distribution):
- Create DB and grant access to user "typo3"
- Install base distribution (without typo3/cms-lowlevel)
composer create-project typo3/cms-base-distribution:^12 t3intro12 cd t3intro12
- run setup
./vendor/bin/typo3 setup --driver=mysqli --host=localhost --dbname=t3intro12 --username=typo3 --password='a34234Sfb8FGcs!' --project-name=t3intro12 --force -n --port=3306
Fails with:
In AbstractRecursivePass.php line 179: Invalid service "lowlevel.configuration.module.provider.webhooks": class "TYPO3\CMS\Lowlevel\ConfigurationModuleProvider\AbstractProvider" not found while loading "TYPO3\CMS\Webhooks\ConfigurationModuleProvider\WebhookTypesProvid er".
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79128
Updated by Oliver Bartsch over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 89fd30493c13d5f97ace923c144a777b9f077b0a.
Updated by Torben Hansen over 1 year ago
- Related to Bug #100944: Missing dependency to ext:lowlewel in ext:webhooks added