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'

CommentFileSizeAuthor
#2 3181727-2.patch810 bytespaulocs

Comments

paulocs created an issue. See original summary.

paulocs’s picture

Status: Active » Needs work
StatusFileSize
new810 bytes

Not sure yet how to replace drush_get_option and 'DRUSH_BOOTSTRAP_DRUSH'.
Here is my work for now.

bcobin’s picture

Thank 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!

nickdickinsonwilde’s picture

Version: 8.x-4.x-dev » 5.0.x-dev

Removing the whole old drush support file instead, and only keeping the Commands file. Warnings about requirements should be handled in the normal way

nickdickinsonwilde’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.