-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
[site:install] console.site_install - You have requested a non-existent service "extension.list.module". #4265
Comments
I have the same issue with drupal/core 8.9.6 How to reproduce
Error message
Package version
Notes :
I hope this could help. Best regards |
Same here, trying to install Drupal 9.0.7 using Drupal Console without success. |
It seems this issue was introduced in Drupal 9 support commit where the Drupal deprecated Since there the |
It seems a problem related to the injection in fact deleting the @extension.list.module injection and so using
|
Same here on Drupal 8.9.7. The PR #4277 patch is working great. Thanks :) |
Confirming. I'm on drupal 9.0.7 |
Hi, Error message when executing the following command :
|
Hi, I have the same issue. |
Same issue: Drupal 9.0.10 |
Same issue with drupal 8.9.11 and console 1.9.7 |
Issue still present and #4277 still working on Drupal 8.9.13 and (unsurprisingly) console 1.9.7. |
Issue still present Drupal 8.9.13 Console 1.9.7 |
D 8.9.16 and Drupal Console (1.9.7) give:
|
Had the same error with Drupal 9.2.2 and Console 1.9.7, using |
Drupal 9.27 |
Never patched Drupal Console. Is it possible to patch it with composer? |
Yes :
But this patch works only with drupal console <= 1.9.7, so if you want to use it, you have also to fix the version of drupal console :
EDIT : It seems (according to my tests, but need confirmation from other people), that the bug is fixed with drupal console >= 1.9.8, using a different way (this patch has not been merged in drupal console) |
This is the patch file:
|
This issue is still present in 1.9.8. |
This issue is still present [ERROR] Command "gm", is not a valid command name.` |
Patch from Mar 1 does not apply to 1.9.8. |
…st.module to avoid errors service is not found.
* Add new arguments key and target. Make it possible use not only default target for db connections * Issue #4265: Replace DI with direct call of extension.list.module to avoid errors service is not found.
Thank you all for contribution |
Problem/Motivation
When attepting to install a new site using
site:install
command, the following error is thrown:How to reproduce
vendor/bin/drupal site:install
The text was updated successfully, but these errors were encountered: