Dear all,
When trying to run the check-updates command (for even the command to check db updates), it fails with the following error:
$ .composer/vendor/drush/drush/drush -r /path/to/drupal check-updates
Failed to get available update data for one project. [error]
PHP Fatal error: Call to undefined function pm_release_recommended() in .composer/vendor/drush/drush/commands/pm/update_info/drupal.inc on line 8
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to undefined function pm_release_recommended() in .composer/vendor/drush/drush/commands/pm/update_info/drupal.inc, line 8
On the other hand, the simple function to update drupal from drush works fine.
Cheers,
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | drush_nagios-2358075-3.patch | 633 bytes | fl3a |
Comments
Comment #1
fl3a commentedHi there,
it seems that you use drush greater v.5, the output seems to come from master/7 branch, because of composer, which is required for that version.
Is that correct?
Comment #2
fl3a commentedComment #3
fl3a commentedShould work in v.6 and v.7/master of drush.
Looking forward feedback!
Comment #5
fl3a commentedFixed in dev and forthcoming 7-1.3.
THX for pointing on this!
Comment #8
fl3a commentedComment #10
fl3a commented