Hi,

When I try to preview a font, I have the folowing message....

I don't know why, I have created the magick folder in file and I give it the wright permissions....

zmove

Comments

rhys’s picture

Basically, it's trying to generate an image of the fonts, and is trying to find ImageMagick on your system.
It's set in drupal at ?q=admin/settings/magick.

For Unix systems, it's probably located at /usr/bin/convert (which is the actual file name), or on a Windows system at C:\Program Files\ImageMagick-6.3.2\bin\convert.exe (depending on if you are using that version).

The filename needs to be exactly specified, otherwise the Imagemagick cannot execute.

This is why this error is showing up.

rhys’s picture

Status: Active » Closed (fixed)

No longer maintained.