- Issue created by @ambient.impact
jroblero → changed the visibility of the branch 3483437-drush-13-fatal-error to hidden.
- 🇫🇷France mayeulk
Hi. Apparently I'm facing this bug with:
$ drush st
Drupal version : 10.3.7
DB driver : pgsql
PHP OS : Linux (Docker container)
PHP version : 8.3.11
Drush version : 13.3.2.0I had to uninstall markdown module (which was not working anyway), through the admin GUI then with :
composer remove drupal/markdown
composer remove league/commonmark:^1
drush cache:rebuildIs there a way that I can get both drush and markdown working?
- 🇬🇧United Kingdom malcomio
There isn't a merge request or a patch, so the status shouldn't be Needs review.
- 🇬🇧United Kingdom malcomio
This change seems to fix the problem as far as I can see.
I've seen different approaches in some other modules though:
https://git.drupalcode.org/project/digital_signage_framework/-/commit/c4...
https://git.drupalcode.org/project/do_username/-/merge_requests/13/diffsI guess that the good thing about this approach is that it is backwards compatible