karim
28th of March 2005 (Mon), 21:10
Hi Pekka et all,
I'm still having trouble figuring out what's going with my webserver and EE. When thumbnails are generated, they remain the SAME size as the original size images. Hardly useful...
The log from the imagemagick command is aat the end of this message...
I have checked everything (rw permissions, path to imagemagick, image does contain data.)
Teh only thing that is very strange is that, according to phpinfo(), safe mode is turned off globally for the webserver, YET, EE reports that it's on. This may be what's causing the problem.
So my question is: how do you really know if php safe mode is off or on? How do you tur it off or on?
Thanks
k
# imagemagick log
msg 78304 | ftp: LOCAL: Working directory changed to '/xxxxx/xxxxxx/xxxxxxx/xxxxxx'
msg 78303 | ftp: LOCAL: Changed to passive mode
msg 78302 | ftp: LOCAL: Logged in as 'xxxxxxxxxxxxx'
msg 78301 | ftp: LOCAL: Connected to 'xx.xxx.xxx.xx'
msg 78300 | ftp: LOCAL: DISCONNECTED
msg 78299 | ftp: LOCAL:
'050326_2349_VB4U2254.JPG' UPLOADED SUCCESFULLY
SIZE: 670x453 => 110x74 thumb (IMAGEMAGICK 110) , 99 KB in server.
msg 78298 | imagemagick: IMAGEMAGICK COMMAND | /usr/bin/convert -size 110x74 UPLOAD/050326_2349_VB4U2254.JPG -resize 110x74! -unsharp 0x1.1+20+0.1 -quality 80 UPLOAD/ee_temp_upload/050326_2349_VB4U2254.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'm still having trouble figuring out what's going with my webserver and EE. When thumbnails are generated, they remain the SAME size as the original size images. Hardly useful...
The log from the imagemagick command is aat the end of this message...
I have checked everything (rw permissions, path to imagemagick, image does contain data.)
Teh only thing that is very strange is that, according to phpinfo(), safe mode is turned off globally for the webserver, YET, EE reports that it's on. This may be what's causing the problem.
So my question is: how do you really know if php safe mode is off or on? How do you tur it off or on?
Thanks
k
# imagemagick log
msg 78304 | ftp: LOCAL: Working directory changed to '/xxxxx/xxxxxx/xxxxxxx/xxxxxx'
msg 78303 | ftp: LOCAL: Changed to passive mode
msg 78302 | ftp: LOCAL: Logged in as 'xxxxxxxxxxxxx'
msg 78301 | ftp: LOCAL: Connected to 'xx.xxx.xxx.xx'
msg 78300 | ftp: LOCAL: DISCONNECTED
msg 78299 | ftp: LOCAL:
'050326_2349_VB4U2254.JPG' UPLOADED SUCCESFULLY
SIZE: 670x453 => 110x74 thumb (IMAGEMAGICK 110) , 99 KB in server.
msg 78298 | imagemagick: IMAGEMAGICK COMMAND | /usr/bin/convert -size 110x74 UPLOAD/050326_2349_VB4U2254.JPG -resize 110x74! -unsharp 0x1.1+20+0.1 -quality 80 UPLOAD/ee_temp_upload/050326_2349_VB4U2254.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)