Forums / Developer / apache crashes under windows

"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".

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)}