I'm not able to have the image.module working properly.
I copy the package files in the \modules directory according to the install instructions, then I go to the Adminster -> Modules page and enable the image module (not the image_attach and image_gallery yet) and submit the change. Now, when I go to the Adminster -> Settings-> Image page I see at the top the following error message (in red)

Make sure you have a working image toolkit installed and enabled, for more information see: the settings page

If I go on I see some features of the module are working, but many errors occurs.

Where have I been wrong?

Thanks.
Antonello

Comments

vm’s picture

the first clue is the actual error

Make sure you have a working image toolkit installed and enabled, for more information see: the settings page

make sure your server (host) has the GD2 binaries installed to handle images.
mre information on the GD2 graphics library can be found http://www.boutell.com/gd/

and have a look at adminster -> settings to see if any other information comes to light.

for example, if you are trying to use the imagemagick graphics library
you have to puty the image.imagemagick.inc file insider your drupal/includes folder and then goto adminster -> settings and enable imagemagick to take control of the images.

somes’s picture