Forums / Setup & design / Can't understand the result

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Can't understand the result

Author Message

Børge Warvik

Monday 30 January 2006 2:20:52 pm

When doing this

{def $link=fetch('content', 'node', hash('node_id', 75))}
{$link.object.data_map|attribute('show', 1)}

I always get an execution timeout, even though I've set it to 120 seconds and increased the memory limit to 32.

Am I doing something wrong?

Łukasz Serwatka

Tuesday 31 January 2006 12:06:56 am

Hi Børge,

Which version of PHP do you have? There was bug in PHP 4.4.1, which caused "attribute" to infinite loop. Problem was fixed in Exponential 3.7.3.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Børge Warvik

Tuesday 31 January 2006 1:50:01 am

Thanks, thats the version I'm using. Will upgrade from 3.7.2 to 3.7.3

Edit: upgraded, and everything worked great!