Error: eZImageManager::createImageAlias

Author Message

justin kazadi

Tuesday 04 November 2008 5:10:15 am

hello,
i have create a content class who have an attribute of image datatype but when i try to display this image i have this error:

Warning: eZImageShellHandler::convert 	Nov 04 2008 13:27:11

Failed executing: ""/usr/bin\convert" "-geometry" "600x600>" "var/site/storage/images/homepage-fr/rolly/253-1-fre-FR/ROLLY.png" "PNG:var/site/storage/images/homepage-fr/rolly/253-1-fre-FR/ROLLY_reference.png"", Error code: 1

Error: eZImageManager::createImageAlias 	Nov 04 2008 13:27:11

Failed converting var/site/storage/images/homepage-fr/rolly/253-1-fre-FR/ROLLY.png to alias 'reference' in directory 'var/site/storage/images/homepage-fr/rolly/253-1-fre-FR'

Error: eZImageManager::createImageAlias 	Nov 04 2008 13:27:11

Failed creating the referenced alias reference, cannot create alias large

when i'm using this code:

{attribute_view_gui attribute=$node.object.data_map.vignette}


thanks in advance

The theory is when we know everything and nothing works.
The practice is when everything works and nobody knows why.
If the practice and theory are met, nothing works and we do not know why.

Albert Einstein

justin kazadi

Tuesday 04 November 2008 5:22:29 am

hi,
i have solve this problem by change the path to the image magic from the override/image.ini.append.php who was
before

ExecutablePath=/usr/bin 

to

ExecutablePath=c:\program files\imagemagick-6.3.9-q16

the site are move from linux to windows.

The theory is when we know everything and nothing works.
The practice is when everything works and nobody knows why.
If the practice and theory are met, nothing works and we do not know why.

Albert Einstein

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.