-
Well it looks like I'm using ImageMagick and not GD. However, the same problem applies... when i changed it to /usr/local/bin/convert I get a different error:
Error creating thumbnail: sh: line 1: /usr/local/bin/convert: No such file or directory
So it looks like the old directory was correct. it just doesn't recognize -thumbnail. How is this fixed?
-
Quote:
How is this fixed?
As I said, you can replace the -thumbnail with -geometry in your code.
Otherwise, IM needs to be upgraded on your server. If it is a shared server, then unfortunately, the risk of an upgrade messing with everyone elses system will make it hard for the request to be considered.
-
Ian,
We have upgraded ImageMagick on your server and you can use /usr/local/bin/convert with the option -thumbnail and it won't throw any error messages.
-
Works now. Thanks a bunch!
-
No problem. Glad to hear that it worked out ;)
-
Well, there ya go. Thats why I work here. These guys are great! On a Sunday no less!