I run: drush -l xxxxx update

I get:

Refreshing update status information ...
Done.

Fatal error: Call to undefined function update_status_get_available() in xxx/drush/commands/pm/update_info/drupal_5.inc on line 63

I tried running this under a drupal 5 installation and using a PHP 5.2.6 cli engine. Any idea where the problem might be?

Comments

owen barton’s picture

Version: 7.x-2.0-alpha2 »
Status: Active » Postponed (maintainer needs more info)

I can't reproduce this one. When I don't have update_status module installed I get the error "Command updatecode needs the following modules installed/enabled to run: update_status.". With the module installed and enabled, it works correctly on a test Drupal 5 site.

Accolade’s picture

Being a total noob, I didn't realize this is related to the update_status module. If all is well, it *is* installed and enabled, but maybe I should check my installation one more time to be 100% sure. I'll post up my findings as soon as I know more. Thanks for looking into this Grugnog2.

moshe weitzman’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)