Forums / Developer / apache crashes under windows

apache crashes under windows

Author Message

Georg Franz

Tuesday 18 November 2003 1:59:21 pm

Hi,

I do developing with a windows xp machine, php 4.3.3, Apache 1.3.28, mysql 4)

Sometimes my apache crashes if I do something like
{$node.contentobject|attribute(show,2)} in my templates.

Has anyone else a similar problem?

bye,
Emil.

Best wishes,
Georg.

--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004

Pål Øystein Carlsen

Wednesday 19 November 2003 12:36:53 am

Jupp, have had the same problem I think it has something to do with to great path depth or something, check out this page: http://ezwiki.blanko.info/index.php/3XHT_DumpAttr
if you want to show the attributes of a node try this(sniped from link):
{$node|attribute(show,1)}
{$node.parent|attribute(show,3)}