Wednesday 18 January 2006 1:13:42 am
Hallo! I have the same problem after moving from Windows version to hosting. I just can't see any pictures processed in ImageMagick on a site. I tried to edit two files: 1. image.ini.append.php on a settings\override <?php /* #?ini charset="iso-8859-1"?
[ImageMagick]
IsEnabled=true
ExecutablePath=/usr/local/imagemagick/bin
Executable=convert */ ?> 2. setup.ini.append on a settings\override
[image_conversion]
TestList=imagemagick_program Require=one
[imagemagick_program]
unix_Executable=convert
unix_SearchPaths=/bin;/sbin;/usr/bin;/usr/sbin;/usr/local/bin;/usr/local/sbin unix_ExcludePaths=/usr/local/imagemagick/bin/convert
I have got a message from hosting administrator that ImageMagick executable has following path: Executable=/usr/local/imagemagick/bin/convert I have following errors on debug log:
Error: eZImageManager::createImageAlias Jan 18 2006 10:59:20
Failed converting var/plain/storage/images/galleries/misc_flowers/blue_flower/260-1-eng-GB/blue_flower.jpg to alias original in directory var/plain/storage/images/galleries/misc_flowers/blue_flower/260-1-eng-GB
Error: eZImageManager::createImageAlias Jan 18 2006 10:59:20
The reference alias original file var/plain/storage/images/galleries/misc_flowers/yellow_flower/266-1-eng-GB/yellow_flower.jpg does not exist
Error: Jan 18 2006 10:59:20
Original alias does not exists, cannot create other aliases without it
But I still can’t see any pictures!!! :( Please help me!
|