Saturday 27 September 2003 10:20:00 pm
hello, i was running a site on ez3.1-1 and out of a sudden the imagemagick convert calls became strange (my sysadmin didn t change anything): Exec: convert -geometry "600x600>" var/storage/reference/image//phpS4zLPk.jpg jpg:var/storage/variations/image/p/h/p//phpS4zLPk_600x600_1358.jpg, Err: , Ret: 127 you see the double slashes in there // and apart from that i think this convert call should use the "original" folder and not the "reference" folder. image uploads work without error message. but when clicking on the image the first time the command above is executed... of course no image is coming up. imagemagick works great on ssh command line. the path to imagemagick is also correct. image folder permissions are rwx for everyone.
[ImageSettings]
OriginalDir=original
ReferenceDir=reference VariationsDir=variations anyone can help?
|