Install problem with 3.4 - PHP error due to function nesting

Install problem with 3.4 - PHP error due to function nesting

Wednesday 02 June 2004 10:55:49 pm - 2 replies

Author Message

Jan Borsodi

Thursday 03 June 2004 12:19:14 am

You need to increase the maximum nesting setting for XDebug, eZ publish has lots of function nesting especially when doing things like template compiling.

Edit php.ini and add (or change) xdebug.max_nesting_level, setting it to 100 should make it work.

xdebug.max_nesting_level = 100

You can also turn off XDebug until the site is finished compiling, then turn it on to debug things.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

John Dalton

Thursday 03 June 2004 4:33:57 pm

Thanks, that did the trick. I should have thought to try it without XDebug first..

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.