With drush 10:
running drush fr
gives:
Error: Call to undefined function Drupal\features\Commands\drush_get_context()
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3091278-drush_get_context-deprecated-9.patch | 1.11 KB | codebymikey |
With drush 10:
running drush fr
gives:
Error: Call to undefined function Drupal\features\Commands\drush_get_context()
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3091278-drush_get_context-deprecated-9.patch | 1.11 KB | codebymikey |
Comments
Comment #2
swiftsystems commentedComment #3
norman.lolComment #4
seth.e.shaw commentedJust tested this patch with Drush 10 and Drupal 8.8.1. It works for me! 👍
Comment #5
seth.e.shaw commentedComment #6
kimberleycgmThe above patch is working well for me too on Drupal 8.8.1 and Drush 10.2.0 - thanks
Comment #7
jaydubb181 commentedI've confirmed that this patch resolves this error. Drush 10.2. Thank you!
Comment #8
codebymikey commentedRe-rolled the patch to work when the terminal doesn't support colours as well. See this commit.
Comment #9
codebymikey commentedAddressed the other
drush_get_contextcall.Comment #10
khiminrm commentedpatch from #9 works for me for Drush 10.2.2 and Drupal 8.8.5 and Features 8.x-3.8.
Comment #13
nedjoApplied, thanks all!