Project

General

Profile

Actions

Bug #100844

closed

Invalid service “lowlevel.configuration.module.provider.webhooks”: - Setup via CLI fails in 12.4.1

Added by Mittwald CM Service about 1 year ago. Updated 9 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-05-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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”.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #100944: Missing dependency to ext:lowlewel in ext:webhooksClosed2023-06-01

Actions
Has duplicate TYPO3 Core - Bug #100848: Invalid service "lowlevel.configuration.module.provider.webhooks"Closed2023-05-09

Actions
Actions #1

Updated by Mittwald CM Service about 1 year ago

We used https://packagist.org/packages/typo3/cms-base-distribution

There missing typo3/cms-lowlevel and typo3/cms-webhooks needs it.

Actions #2

Updated by Lukas Neugebauer about 1 year ago

We have the same issue since v12.4.1. This also happens via the web installer.

Actions #3

Updated by Christian Meyer about 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.

Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Chris Müller about 1 year ago

  • Has duplicate Bug #100848: Invalid service "lowlevel.configuration.module.provider.webhooks" added
Actions #7

Updated by Georg Ringer about 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
Actions #8

Updated by Oliver Hader about 1 year ago

Just referencing to a new issue in base distribution:
https://github.com/TYPO3/TYPO3.CMS.BaseDistribution/issues/59

Actions #9

Updated by Steffen Bachmann about 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.

Actions #10

Updated by Mittwald CM Service about 1 year ago

+1

It would be great if 12.4 could be installed asap.

Actions #11

Updated by Gerrit Code Review about 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

Actions #12

Updated by Sybille Peters about 1 year ago

Steps to reproduce (e.g. with based distribution):

  1. Create DB and grant access to user "typo3"
  2. Install base distribution (without typo3/cms-lowlevel)
    composer create-project typo3/cms-base-distribution:^12 t3intro12
    cd t3intro12
    
  1. 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".                                                                                                                                                                                                                                   

Actions #13

Updated by Gerrit Code Review about 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

Actions #14

Updated by Oliver Bartsch about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #15

Updated by Torben Hansen about 1 year ago

  • Related to Bug #100944: Missing dependency to ext:lowlewel in ext:webhooks added
Actions #16

Updated by Benni Mack 9 days ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF