-
Notifications
You must be signed in to change notification settings - Fork 535
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
Drush doesn't work on drupal 10? #535
Comments
What’s the PHP version? You should probably install drush as a part of your composer project instead of using the global drush which is version 10 and probably doesn’t work with Drupal 10 |
I'm using php 8.2.
|
Have the same issue with Drupal 10, Drush 11 and php 8.2. Drush works, but there are these notices in output of every command |
Druhs had such a similar issue report drush-ops/drush#5169 |
Hi!
I've downloaded drupal 10.0.0 source code with composer and I add in the document root the docker-compose.yml default version.
I've added only the port.
I've installed without problem drupal but I can't use drush.
If I try to run this command from the document root:
docker-compose exec --user 82 php drush --version
I obtain this errors:
The fatal error seems the last.
What's wrong?
Thanks,
Sergio
The text was updated successfully, but these errors were encountered: