Problem/Motivation
The module calls some functions that does not exist in Drush 10 anymore.
drush_get_context('PM_ENABLE_MODULES');
drush_get_option('skip')
'DRUSH_BOOTSTRAP_DRUSH'
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3181727-2.patch | 810 bytes | paulocs |
The module calls some functions that does not exist in Drush 10 anymore.
drush_get_context('PM_ENABLE_MODULES');
drush_get_option('skip')
'DRUSH_BOOTSTRAP_DRUSH'
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3181727-2.patch | 810 bytes | paulocs |
Comments
Comment #2
paulocsNot sure yet how to replace drush_get_option and 'DRUSH_BOOTSTRAP_DRUSH'.
Here is my work for now.
Comment #3
bcobin commentedThank you for this. According to people from the local Drupal users group, I recently learned that Drupal 8 is basically a dead issue and that Drupal 9 is the way to go. Drupal 9 requires Drush 10 (I have a terrific host who's been willing to install these things for me) and for the life of me, I couldn't figure out why the slideshow wasn't animating.
This patch does the trick, although I have no idea why Drush would be a factor here.
In any event, thanks for this. Now I can get back to figuring out Drupal 9 and I'm hoping this will also help others!
Comment #4
nickdickinsonwildeRemoving the whole old drush support file instead, and only keeping the Commands file. Warnings about requirements should be handled in the normal way
Comment #5
nickdickinsonwilde