Forums / Developer / eZImagemanager error slowing down template processing

eZImagemanager error slowing down template processing

Author Message

Eirik Alfstad Johansen

Friday 19 March 2004 2:30:48 am

Hi,

When debugging, I get the following errors several times on my main page:

=====
Error: eZImageManager::createImageAlias Mar 19 2004 10:53:03
The reference alias original file does not exist

Error: Mar 19 2004 10:53:03
Original alias does not exists, cannot create other aliases without it
=====

I've uploaded the following latest files from pubsvn, STABLE, 3.3

design/standard/templates/content/datatype/edit/ezimage.tpl
design/standard/templates/content/datatype/view/ezimage.tpl
kernel/classes/datatypes/ezimage/ezimagealiashandler.php

However, the error msgs still occur. This is not design problem as all images are properly displayed, but I

think it slows down the template processing which is about 2.5 seconds.

Thanks in advance for any suggestions !

Sincerely,

Eirik Johansen

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

Eirik Alfstad Johansen

Friday 26 March 2004 2:05:21 am

Hi guys,

Just curious about why noone can answer this. Are noone familiar with the problem? Anyone from ez?

Thanks in advance !

Sincerely,

Eirik Johansen

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

Bård Farstad

Friday 26 March 2004 2:21:37 am

Check your image settings. It seems you have a reference in image.ini to an image variation which does not exist.

Documentation: http://ez.no/doc

Eirik Alfstad Johansen

Monday 29 March 2004 10:00:37 am

Hi Bård,

How can that be when I haven't touched the image.ini file? Also, is is possible to find out for which images these errors occur?

Thanks in advance !

Sincerely,

Eirik Johansen

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

Maxime Thomas

Friday 03 March 2006 1:13:29 am

I've got also this message when I tried to render the image. My code was :

{if ne('',$node.data_map.preview.content.small.url)}
			<img src="{concat('/',$node.data_map.preview.content.small.url)}" />
		{else}
			<img src={'line/lien.gif'|ezimage()}/>
		{/if}

And the one which finally worked :

{if ne('',$node.data_map.preview.has_content)}
			<img src="{concat('/',$node.data_map.preview.content.small.url)}" />
		{else}
			<img src={'line/lien.gif'|ezimage()}/>
		{/if}

And the fact I tried to access directly the alias was a mistake... Prefer use the <b>has_content</b> function.

Maxime Thomas
maxime.thomas@wascou.org | www.wascou.org | http://twitter.com/wascou

Company Blog : http://www.wascou.org/eng/Company/Blog
Technical Blog : http://share.ez.no/blogs/maxime-thomas