ImageMagick Error

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Marcoz852

ImageMagick Error

Post by Marcoz852 »

Everything has been working just fine until yesterday when I uploaded a few photos to my gallery. Instead of having the microthumb on the home page the photo was full size. I have no clue why this has happened all of a sudden. Below is the error message I got:


msg 866 | internal ftp:

Automatic database maintenance:
table: tkfffuba_hfflo.ee_order_to_exhibition | operation: repair | status: OK
table: tkfffuba_hfflo.ee_photo | operation: repair | status: OK
table: tkfffuba_hfflo.ee_photo_eng | operation: repair | status: OK
table: tkfffuba_hfflo.ee_photo_to_category | operation: repair | status: OK
table: tkfffuba_hfflo.ee_photo_to_ee_commerce_template | operation: repair | status: OK
table: tkfffuba_hfflo.ee_photo_to_exhibition | operation: repair | status: OK
msg 865 | internal ftp: UPLOAD FINISHED SUCCESFULLY.
msg 864 | database action: Photo id 275 added to database.
msg 863 | internal ftp: LOCAL: DISCONNECTED
msg 862 | internal ftp: QUIT: 221 Goodbye.
msg 861 | internal ftp: QUIT
msg 860 | internal ftp: LOCAL:
'Into_space..jpg' UPLOADED SUCCESFULLY
SIZE: 600x900 => 28x43 microthumb (IMAGEMAGICK 43)
msg 859 | internal ftp: UPLOAD(END): 226 Transfer complete.
msg 858 | internal ftp: /public_html/microthumb/Into_space..jpg UPLOADED
msg 857 | internal ftp: UPLOADED 296 KB / 296 KB
|||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||
msg 856 | internal ftp: 150 Opening BINARY mode data connection for /public_html/microthumb/Into_space..jpg
msg 855 | internal ftp: STOR_A: 150 Opening BINARY mode data connection for /public_html/microthumb/Into_space..jpg
msg 854 | internal ftp: STOR /public_html/microthumb/Into_space..jpg
msg 853 | internal ftp: local file UPLOAD/Into_space..jpg cached
msg 852 | internal ftp: DATA CONNECTION OPEN
msg 851 | internal ftp: OPENING NEW DATA CONNECTION
msg 850 | internal ftp: Parsed data connection address is 64.62.144.89:47869
msg 849 | internal ftp: PASV: 227 Entering Passive Mode (64,62,144,89,186,253).
msg 848 | internal ftp: PASV
msg 847 | internal ftp: TYPE: 200 Type set to I
msg 846 | internal ftp: TYPE I
msg 845 | internal ftp: PWD: 257 "/public_html/microthumb" is current directory.
msg 844 | internal ftp: PWD
msg 843 | imagemagick: IMAGEMAGICK COMMAND | convert -size 28x43 UPLOAD/Into_space..jpg -resize 28x43! +profile '*' -unsharp 0.6x0.7+2+0.1 -quality 67 UPLOAD/ee_temp_upload/Into_space..jpg
IMAGEMAGICK ERROR:

POSSIBLE REASONS:
SAFE MODE ON? EE can not use ImageMagick when is it located outside PHP safe mode exec dir.
IMAGE IS EMPTY? Perhaps source image was zero size.
IMAGEMAGICK PATH CHANGED? Maybe your server admin has moved IM to another location.
FOLDER PERMISSIONS WRONG? check that UPLOAD folder and all folders inside it are chmod 0777 (full permissions)

msg 842 | internal ftp: LOCAL: Working directory changed to '/public_html/microthumb
mkoppanen
Posts: 309
Joined: 2007-06-09T07:06:32-07:00

Re: ImageMagick Error

Post by mkoppanen »

I don't see how this relates to Imagick.
Mikko Koppanen
My blog: http://valokuva.org
Post Reply