killes tried to upgrade from 4.7 to 6.x and found out that image_get_sizes() is called from the .install file in image_update_5200(), but the .module is not loaded for updates.

CommentFileSizeAuthor
#1 image-HEAD.update-load-module.patch942 bytessun

Comments

sun’s picture

Status: Active » Needs review
StatusFileSize
new942 bytes

This patch should fix that.

Also need to be applied to 5.x - but make sure that only 5.x-2.x uses image_get_sizes() as public function (without leading underscore), was private in 5.x-1.x and earlier.

sun’s picture

Status: Needs review » Fixed

Thanks for reporting, reviewing, and testing! Committed to all branches.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.