Closed (fixed)
Project:
Image Resize Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2011 at 00:12 UTC
Updated:
31 Aug 2011 at 06:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
vm commentedConfirmed. I also tried with the 7.x-1.x-dev dated Feb 25th and it produced the same error.
Comment #2
vm commentedComment #3
timb commentedNot sure if this is the same issue: When I attempt to confirm the uninstall of 'image resize filter' I am taken to a blank page. Reloading the uninstall module page still lists 'image resize filter'
Comment #4
vm commentedquite possible. I'd suggest getting an error to print to the screen so that you can make sure.
Comment #5
timb commentedNot only does this module not uninstall, but it's functionality stays active even after module has been turned off.
Comment #6
moloc commentedDrupal does not load the module file, when uninstall is called. As the uninstall calls a function in the module, this needs to be done manual (see http://api.drupal.org/api/drupal/modules--system--system.api.php/functio... )
Solution: add drupal_load method to load the module file in the image_resize_filter.install file line 15.
Comment #7
timb commentedThanks! Adding that line did allow me to uninstall the module successfully.
Comment #8
joelstein commentedHere's a patch which adds that line. Somebody please review so the maintainer can commit it.
Comment #9
quicksketchLooks good to me, committed to both branches.