Needs review
Project:
Filefield Styles
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2010 at 10:44 UTC
Updated:
15 Jul 2010 at 00:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
eoneillPPH commentedAnd ImageCache, as we should all know, requires ImageAPI. So that's TWO dependencies missing from the module page here.
Had a very panic-y client when we turned on Filefield Styles!
Comment #2
roball commentedComment #3
jwilson3The code uses a call to
module_exists('imagecache')elsewhere which makes me wonder if the module really should be dependent upon imagecache?Eg, What if you don't want this module for any image files, but for a PDF / DOC / RTF handler?
I was able to avoid this error upon installation by wrapping the foreach at line 107 in an if module_exists.
Comment #4
jwilson3updating status.
priority = critical should be left as is because the module is "broken" out of the box if you don't have/want to install imagecache.
someone else can update the title to reflect my proposal in #3 if they deem it necessary...
Comment #5
roball commented