Monday 23 February 2009 5:04:12 am
I have problems with ImageMagick too: ezPublish doesn't show the images, as you can see from the pages below.
http://www.fclombardia.it/alfc/index.php?/ita/Mediateca/Galleria-di-prova/Image-with-ImageMagik http://www.fclombardia.it/alfc/index.php?/ita/Mediateca/Galleria-di-prova (latest image: the other ones have been displayed using gd) The settings/override/image.ini.append.php contains the following lines: <?php /* #?ini charset="utf-8"?
[ImageMagick]
IsEnabled=true
ExecutablePath=/usr/bin Executable=convert */ ?> I get the following errors in the ez log: Warning: PHP Feb 23 2009 13:19:48 Undefined variable: returnCode in /web/htdocs/www.fclombardia.it/home/alfc/lib/ezimage/classes/ezimageshellhandler.php on line 127 Warning: PHP Feb 23 2009 13:19:48 system() has been disabled for security reasons in /web/htdocs/www.fclombardia.it/home/alfc/lib/ezimage/classes/ezimageshellhandler.php on line 127 Warning: PHP Feb 23 2009 13:19:48 Undefined variable: returnCode in /web/htdocs/www.fclombardia.it/home/alfc/lib/ezimage/classes/ezimageshellhandler.php on line 129 Error: eZImageShellHandler(ImageMagick) Feb 23 2009 12:47:33 Unknown destination file: var/ezwebin_site/storage/images/mediateca/galleria-di-prova/image-with-imagemagik/1852-1-ita-IT/Image-with-ImageMagik_imagelarge.jpg when executing '/usr/bin/convert '-quality' '75' '-geometry' '550x730>' 'var/ezwebin_site/storage/images/mediateca/galleria-di-prova/image-with-imagemagik/1852-1-ita-IT/Image-with-ImageMagik.jpg' 'JPEG:var/ezwebin_site/storage/images/mediateca/galleria-di-prova/image-with-imagemagik/1852-1-ita-IT/Image-with-ImageMagik_imagelarge.jpg'' Error: eZImageManager::createImageAlias Feb 23 2009 12:47:33 Failed converting var/ezwebin_site/storage/images/mediateca/galleria-di-prova/image-with-imagemagik/1852-1-ita-IT/Image-with-ImageMagik.jpg to alias 'imagelarge' in directory 'var/ezwebin_site/storage/images/mediateca/galleria-di-prova/image-with-imagemagik/1852-1-ita-IT 'From the phpinfo() i see that system function is disabled.for my hosting, is there a chance to run ImageMagick i ezPublish with system disabled?
|