Worked well with version 10.1.90.
Then when updating to 10.1.91 (or 10.1.92), we get this fatal error when running drush:
Fatal error: Uncaught Error: Interface "Drupal\proc\Drush\Commands\ProcCommandsInterface" not found in /var/www/html/web/modules/contrib/proc/src/Drush/Commands/ProcCommands.php:19
We're using drush 13.6.2.0.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | proc-3558699-namespace-fix.patch | 317 bytes | cosmicdreams |
Issue fork proc-3558699
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
cosmicdreams commentedI wrote a patch to fix it. I'm trying to create a MR for it.
Comment #4
revagomes commentedThanks for the patch @cosmicdreams!
Comment #6
revagomes commentedComment #8
rodrigo panchiniak fernandes commentedComment #10
cosmicdreams commentedThis is great fast work. But in order to be full fixed, you'll need to create a new release.
Comment #11
rodrigo panchiniak fernandes commentedFixed on version 10.1.93. Thank you for the reporting and patch.