Share » Forums » Developer » eZImagemanager error slowing down...

eZImagemanager error slowing down template processing

eZImagemanager error slowing down template processing

Friday 19 March 2004 2:30:48 am - 4 replies

Author Message

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

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

36 542 Users on board!

Forums menu