Closed (won't fix)
Project:
Drupal core
Version:
4.7.3
Component:
other
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2006 at 10:22 UTC
Updated:
15 Aug 2006 at 18:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
theque commentedOops...
Sorry vice versa :)
Comment #2
drummNo one has reviewed this.
Comment #3
beginner commentedHow to reproduce the bug?
Why version 4.7.3: has this been fixed in HEAD already?
Comment #4
killes@www.drop.org commentedWe expect .inc files in the /includes directory. Just copy them there. Image.module might want to have its install instructions updated.
Comment #5
walkah commentedSo, here's the deal with this one... the issue with changing the search path to look in modules/image is that - while yes this is where the alternate tookit(s) are currently stored... there was original reluctance on relying on having image.module installed... hence it searches includes.
searching modules/image gives a good "out of the box" experience in that... if image is installed ... imagemagick would just work...
of course, there's always putting image.module in core. *snicker*
I will make sure that image module's documentation makes this clear.