Closed (fixed)
Project:
Drush
Component:
Interoperability
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2009 at 10:00 UTC
Updated:
2 Jun 2009 at 03:54 UTC
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
Comment #1
owen barton commentedI 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.
Comment #2
Accolade commentedBeing 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.
Comment #3
moshe weitzman commented