Closed (fixed)
Project:
Magick Labels
Version:
5.x-0.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2007 at 12:57 UTC
Updated:
26 Jan 2009 at 17:46 UTC
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
Comment #1
rhys commentedBasically, 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.
Comment #2
rhys commentedNo longer maintained.