MichaelChristopher
27th of April 2005 (Wed), 14:40
I've had to transfer my EE site to a new hosting provider to get ImageMagick, and I have a problem. I can't get the graphics module test for ImageMagick to work (no image in the result tab). Also, when I try to upload to the database I get these errors:
msg 797 | ftp: web_mother_earth.jpg: UPLOAD ERROR. Reason: Undefined offset: 0
msg 796 | imagemagick: IMAGEMAGICK COMMAND | convert -size 60x45 UPLOAD/web_mother_earth.jpg -resize 60x45! +profile * -unsharp 0.6x0.7+2+0.1 -quality 50 UPLOAD/ee_temp_upload/web_mother_earth.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)
Can you hep me figure out what I've done wrong?
msg 797 | ftp: web_mother_earth.jpg: UPLOAD ERROR. Reason: Undefined offset: 0
msg 796 | imagemagick: IMAGEMAGICK COMMAND | convert -size 60x45 UPLOAD/web_mother_earth.jpg -resize 60x45! +profile * -unsharp 0.6x0.7+2+0.1 -quality 50 UPLOAD/ee_temp_upload/web_mother_earth.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)
Can you hep me figure out what I've done wrong?