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
Comment #1
adrian commentedIt "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.
Comment #2
moshe weitzman commentedThis 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.
Comment #3
q0rban commentedSorry, 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.
Comment #4
chrisschaub commentedThis is also a bug for the latest Drush HEAD (5/2/2009) and Drupal 6.11. Using browser update.php works.
Thanks.
Comment #5
moshe weitzman commented#451766: Fatal error: Call to undefined function imagefield_widget_settings_save() /imagefield.module on line 154