Forums / Install & configuration / Error: eZImageManager::createImageAlias

Error: eZImageManager::createImageAlias

Author Message

Frode Slettum

Wednesday 01 October 2008 2:52:14 pm

I just moved my perfectly running site from a Linux server to a FreeBSD server. After that, I get the following error:

Error: eZImageManager::createImageAlias

Failed converting var/ezwebin_site/storage/images/media/images/verdenserobrer/1171-1-nor-NO/verdenserobrer.jpg to alias 'original' in directory 'var/ezwebin_site/storage/images/media/images/verdenserobrer/1171-1-nor-NO'

It looks like it happens on every image that comes from an object - not from images hard coded in templates.

The security on the file system looks fine. I tried to install a new site to see if the setup gave me any error messages, but I did not, except something about putting "AcceptPathInfo On" in httpd.conf. I ignored that message. Could that be the reason?

I'm using version 4.0

best regards
Frode Slettum

justin kazadi

Wednesday 05 November 2008 8:06:31 am

hello,
first of all check if you have image magic install on your FreeBSD server, secondly check your settings/override/image.ini.append.php if the path to image magic is correct
on this section

[ImageMagick]
IsEnabled=true
ExecutablePath="path_to_your_image magic_program"
Executable=convert

you can also read this topic:
http://ez.no/developer/forum/developer/error_ezimagemanager_createimagealias

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