Page 1 of 1
Problem with ImageMagick
Posted: Wed Apr 06, 2005 7:05 pm
by jawz
ImageMagick is installed but when I try to upload an image I get:
Unable to execute: "/usr/bin/convert -antialias -scale '110x110' '/home/httpd/vhosts/jawz.us/httpdocs/uploads/pope.jpg' '/home/httpd/vhosts/jawz.us/httpdocs/uploads/pope.Thumb.jpg'", error: , return var: 127
Any ideas?
Thanks for any suggestions.
Re: Problem with ImageMagick
Posted: Thu Apr 07, 2005 11:47 am
by garvinhicking
This means that either your PHPs safeMode feature is enabled, or the exec() functions are blocked by your PHP.
Check your installation and contact your system administrator. Or disable imagemagick if you have PHP's gdLib.
Regards,
Garvin
Posted: Thu Apr 07, 2005 6:30 pm
by Guest
Thanks Garvin! I put php_admin_value safe_mode Off in my httpd.conf and it works now.
Posted: Tue Aug 16, 2005 6:51 am
by davecjr
OK, I have probably a stupid question! I disabled ImageMagick and it solved my problem but what am I going to break by disabling it?!

Posted: Tue Aug 16, 2005 12:08 pm
by wesley
You simply won't have any 'fancy' image manipulation functions, that's all.
I've always used mine with IM disabled.
Posted: Tue Aug 16, 2005 3:09 pm
by garvinhicking
Basically the GDLib can do everything that imagemagick can do. Only imagemagick though allows to convert PDF images to a thumbnails. That's the only feature you'll loose.
Regards,
Garvin