There is no information in the installation instructions on where to put the image.css file and the imagemagick files when you install it.

Comments

ezheidtmann’s picture

Category: feature » bug

This is a bug, not a feature.

adrinux’s picture

Status: Active » Closed (works as designed)

The installation instructions tell you to put the 'image' module folder into /modules
It doesn't tell you to move the css or inc files because you don't need too.

Marking 'by design'.

sgwealti’s picture

So if they aren't needed, why are they in the install package?

merlinofchaos’s picture

They are needed; they live in the module's directory. The module inserts an @import line into the HTML header, and the CSS is imported directly from the module.

sgwealti’s picture

Ok, sorry, my bad. I didn't read the installation instructions closely enough. Thanks for pointing out what I missed.