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.
Problem with ImageMagick
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Problem with ImageMagick
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
Check your installation and contact your system administrator. Or disable imagemagick if you have PHP's gdLib.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/