- Issue created by @erwangel
- Status changed to Closed: works as designed
8 months ago 10:29pm 31 March 2024 - 🇫🇷France erwangel
Sorry, this was due to a drush&devel issue as I had upgraded devel just before.
See issue and solution @ https://github.com/drush-ops/drush/issues/5941 - 🇮🇳India kuralarasanm
Upgrade the drush to 12.5.1 and then upgrade the devel will resolve the issue
- 🇩🇰Denmark ressa Copenhagen
Thanks @kuralarasanm. I was updating Drupal core and modules, and can confirm that running
composer update drush/drush
updated Drush to 12.5.1, and I could rundrush updatedb
(which gave me aPHP Fatal error: Trait "Drush\Commands\AutowireTrait" not found in /var/www/html/web/modules/contrib/devel/src/Drush/Commands/DevelCommands.php on line 25
error).