Friday 10 September 2010 1:29:45 am
Hi, I cleared my cache and now there are no more images on my website. It's an issue with ImageMagick and convert. In my EZPublish error.log : eZImageManager::createImageAlias: Failed converting .. and in my Apache error_log I have tons of : sh: /convert: No such file or directory It's strange, my ImageMagick seems ok : which convert returns /usr/bin/convert In phpinfo() I can see imagick section, and imagick enabled, 3.0.0, ...
Same thing with php -i | grep imagick
/etc/php.d/imagick.ini,
imagick
imagick module => enabled ... In my settings/override/image.ini.append.php :
[ImageMagick]
IsEnabled=true
ExecutablePath=/usr/bin Executable=convert (I tried ExecutablePath=/usr/bin and ExecutablePath=,same thing). I don't know what to do, for me everthing seems ok, both ImageMagick or EZPublish ... If somebody has an idea, thx in advance. (PS : my config : PHP 5.2, Imagick 3.00, Centos 5) Regards.
|