Error message given in admin/reports/status:
ImageMagick advanced options ImageMagick image toolkit is not properly installed
The sites/all/modules/image/image_imagemagick.inc file must be copied to includes in order for the ImageMagick image toolkit to function.

But there is no image_imagemagick.inc file in that (or any following) directories.

Comments

amber himes matz’s picture

To satisfy this error message, I copied "image.imagemagick.inc" to /includes (without an underscore in the filename, contrary to the error message). Then the error message told me that image magick wasn't selected, so I went to the image toolkit page and selected it (the GD library had been selected).

These errors came up in the "image-6.x-1.0-alpha3" update after updating Drupal to 6.4.

drewish’s picture

Status: Active » Fixed

sounds like it's working correctly.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

EmanueleQuinto’s picture

Status: Closed (fixed) » Needs review
StatusFileSize
new1.38 KB

The attached patch should fix the message.

hourdoc’s picture

I have tried to install the patch and move the the file as recommended above. The patch did not take. Any other ideas? The system still shows the error

drewish’s picture

Status: Needs review » Fixed
StatusFileSize
new1.76 KB

committed the attached to HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

DenII’s picture

The sites/all/modules/image/image.imagemagick.inc file must be copied to includes in order for the ImageMagick image toolkit to function.

itserich’s picture

I notice the same error message.

Recently changed hosts so not sure if that could cause it.

I can not identify which includes file needs to be corrected.

Thought it might be the php includes file but that did not resolve it.