Forums / Install & configuration / problems creating images
Marco Righetti
Tuesday 10 January 2006 4:42:47 am
Hello again!
Ive some Problem generating images in content
<b>Debug output: </b> <i>Warning: eZImageShellHandler::convert Jan 10 2006 13:34:45 Failed executing: C:\WINNT\system32/convert.exe "-geometry" "100x160>" "var/tscm/storage/images/foto/217-3-eng-GB/foto.gif" "GIF:var/tscm/storage/images/foto/217-3-eng-GB/foto_small.gif", Error: , Return: 4 <i>
<b>Error:</b> eZImageManager::createImageAlias Jan 10 2006 13:34:45 Failed converting var/tscm/storage/images/foto/217-3-eng-GB/foto.gif to alias original in directory var/tscm/storage/images/foto/217-3-eng-GB
Using extensions like -> php_imagick.dll and php_gmagick.dll retrurns Problems restarting Apache: did not find CORE_RL_Magick.dll ( isnt on my PC ) My System: 2000 prof / XAMPP 1.5
Someone knews the reason and so ill hope a solution? Thanks to all
Best Regards Marco
Ćukasz Serwatka
Tuesday 10 January 2006 5:07:32 am
Hi Marco,
Look in to settings/override/image.ini.append.php file, and check if correct path is set to ImageMagick convert.exe file.
You can always switch from ImageMagick to PHP GD library. Just set IsEnabled=false in the same configuration file.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Tuesday 10 January 2006 7:13:16 am
Hello Lukasz,
path of convert.exe is ok, but loading php_gmagick.dll and php_imagick.dll lets missing CORE_RL_magick.dll.
I setted isEnabled =False and its ok, i will work in GD :-) Thank you
Best Regards
Marco