First of all, THANK YOU for updatedb! :D

When updating imagefield module, update 6004, I receive this error and the update fails:

PHP Fatal error: Call to undefined function imagefield_widget_settings_save() in httpdocs/sites/all/modules/imagefield/imagefield.module on line 155

Fatal error: Call to undefined function imagefield_widget_settings_save() in httpdocs/sites/all/modules/imagefield/imagefield.module on line 155

I'm not too concerned about it bc I was able to just manually navigate to update.php and have it work fine, but I thought I'd let you guys know in case it helps you work out any kinks in updatedb.

Comments

adrian’s picture

It "probably" uses an include file to store those, but we don't load the include because it somehow gets included in the new menu system or something.

we just need to figure out how to load the files we need at the right time i guess.

moshe weitzman’s picture

This issue is for 5.x and for update.php. I don't think any new systems are related. Still someone has to dig in though and verify the bug and find out how the file is included on regular update but not ours.

q0rban’s picture

Version: 5.x-2.0-alpha2 » 6.x-2.0-alpha2

Sorry, I selected 5.x bc I didn't think it mattered what drush version, as long as you knew it was alpha 2. This was update.php on 6.x.

FWIW, I have snapshots of the before state if you guys want me to run any tests.

chrisschaub’s picture

This is also a bug for the latest Drush HEAD (5/2/2009) and Drupal 6.11. Using browser update.php works.

Thanks.