Closed (fixed)
Project:
Image Resize Filter
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 19:21 UTC
Updated:
5 Nov 2009 at 17:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchHmm, sounds like you're installing image_resize_filter as part of an install profile. This problem does not occur when normally installing the module. Apparently our check for maintenance mode is not suitable, so let's just do a direct check for the function "image_get_toolkit". The function is part of Drupal core (it's in image.inc) so it should always exist if a full bootstrap has been done.
Comment #2
pasquallerepro steps:
1. download drupal-6.x-dev and image_resize_filter-6.x-1.x-dev
2. copy image_resize_filter into sites/all/modules
3. undo these changes:
http://drupal.org/cvs?commit=268380 (September 28)
http://drupal.org/cvs?commit=278124 (October 22)
4. try to install Drupal
It seems like this bug was fixed twice since the issue was submitted :)
Comment #3
quicksketchHa, shoot I thought the MAINTENANCE_MODE check was in the 1.4 version, guess not. Anyway the 1.5 version is out now containing the later fix. :-)