Share » Forums » Setup & design » Problem with image display

Problem with image display

Problem with image display

Monday 11 July 2005 1:31:35 am - 1 reply

Author Message

chanaka jayasena

Tuesday 19 July 2005 8:55:59 pm

The problem was the path to image magic. In the machine I installed eZPublish had the following settings in the settings/image.ini.append.php file.

<?php /* #?ini charset="iso-8859-1"?

[ImageMagick]
IsEnabled=true
ExecutablePath=C:\WINDOWS
Executable=convertim.exe
*/ ?>

But in the second computer where image manipulation doesn&#8217;t work has no convertim.exe file on the C:\WINDOWS directory. I manually copied the file to the windows directory but it didn&#8217;t work out. Image Magick installation path is C:\ ImageMagick. So I change the settings in settings/image.ini.append.

<?php /* #?ini charset="iso-8859-1"?

[ImageMagick]
IsEnabled=true
ExecutablePath= C:\ ImageMagick
Executable=convert.exe
*/ ?>

It worked.

Note the two files are different in the two locations. In WINDOWS directory it is <b>convertim.exe</b> and in the ImageMagick folder it is <b>convert.exe</b>. I spend nearly 4 days to figure this out.

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu