We have migrated a Drupal5 site to a new host, but no images are displaying.

The hosting company have installed ImageMagick on the server and confirmed that it is working, but when going to /admin/settings/image-toolkit the message displayed is: "No image toolkits found. Drupal will use PHP's built-in GD library for image handling."

It seems that for some reason the Drupal installation is not recognising ImageMagick on the server.

Can anyone assist with this please?

Comments

ashish.cms’s picture

You can install Imageapi module and add ImageMagick path in drupal image api setting page which is provided by your hosting company after that your images will display.

graham_aurora’s picture

Thanks for your reply.
I have installed Imageapi but am still not able to get images to display. When going to edit an image in a page I get the following:

recoverable fatal error: Argument 1 passed to image_imagemagick_resize() must be an instance of stdClass, string given in /home/.../public_html/modules/imagemagick/imagemagick.module on line 194.
The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.
recoverable fatal error: Argument 1 passed to image_imagemagick_resize() must be an instance of stdClass, string given in /home/.../public_html/modules/imagemagick/imagemagick.module on line 194.
The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.
ashish.cms’s picture

Which version you are using for drupal and image api module.