PDA

View Full Version : ImageMagick fails during upload...


San Juan
11th of January 2005 (Tue), 18:24
I am attempting to configure EE 1.5 RC 4 on WinXP Pro running:


Apache/1.3.33 (Win32) - built: Oct 28 2004 07:27:29
PHP 4.3.10 (cgi-fcgi) (built: Dec 14 2004 17:47:59)
mysqld Ver 4.0.20a-debug
ImageMagick-6.1.8-Q16-windows-dll.exe
Pretty much everything is working... but it seems that ImageMagick is failing during the upload process...

'41060014.JPG' UPLOADED SUCCESSFULLY

SIZE: 1600x1200 => 43x32 microthumb (IMAGEMAGICK 43) , 493 KB in server.
msg 4246 | imagemagick: IMAGEMAGICK COMMAND | convert -size 43x32 UPLOAD/41060014.JPG -resize 43x32! +profile '*' -quality 67 UPLOAD/ee_temp_upload/41060014.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)

I have attempted to verify the "Possible Reasons" with no success...

Safe mode is off in PHP
The image is not empty... it is 1200x1600
ImageMagick path is correct... and runs correctly in the graphic setup section
Folder permissions - all users have full control...
Any thoughts would be appreciated...

San Juan
11th of January 2005 (Tue), 18:54
Well... I guess I should RTFM - Read the forum man...

I resovled the problem by changing the "profile removal command". Sorry for the unnecessary post...

Wonderful software... thanks!