| Cant get ImageMagick to work
Ok, so I figured out that I could not apply water marks using GD1, so I installed ImageMagic (per the downloads and instructions found here). The install seemed to go without a problem. But now, when I set my config to use ImageMagick and try to ad a new ad (even with watermarks=NO), I get the following error:
Warning: unlink failed (no such file of directory) in /home/XXXXX/XXXX/image-inc.php on line 287
Then in the center of the screen it says "Error Creating Resized Original".
I did go into the config-inc.php file and edit my path to mogrify:
$mogrify_command = "/home/XXXXXX/imagemagick/ImageMagick-5.3.8/utilities/mogrify";
(and the file mogrify is in that directory).
From what little I can figure out, the file "$outthumb" must be missing, which is why the unlink is not working.
Any help would be greatly appreciated. I have it set back to use GD1 until I can figure this out,
Thanks,
Basil
|