I have been getting the following error when attempting to upgrade from drupal 5.10 to druapl 6.x
Call to undefined function image_get_sizes()
And recently realized that the image.install file was calling image_get_sizes() function that was not accessible for some reason.
Zipho
Comments
Comment #1
sunThis means that some other module is still trying to invoke the old function of Image module. Please update your other modules to fix this.
Comment #2
summit commentedBookmarking, having same issue, seems also to have to do with http://drupal.org/node/306259 will investigate further.
EDIT: I think I have to do this first: http://drupal.org/node/357793#comment-1200312
Go from D5m to D5 .2 image then to D6...
greetings,
Martijn