Forums / Install & configuration / Local install with easyPHP
laurent le cadet
Tuesday 15 March 2011 11:22:08 am
Hi,
I'm working on a local install done with easyPHP and eZp 4.4.
Everything was ok, working on basic contents, but now I have this page in admin site under the content tab :
Fatal error: Maximum function nesting level of '100' reached, aborting! in D:\web_test\la_buissiere\lib\ezdb\classes\ezdb.php on line 159
with a lot of explanations.
Could someone help me ?
Regards.
Laurent
Wednesday 16 March 2011 2:36:57 am
Hi again,
I digg a bit, and it looks like it append when I put image in xml field.Only back office crash.
Image attribut is ok.
Any direction ?
Robin Muilwijk
Wednesday 16 March 2011 1:48:37 pm
Hi Laurant,
Are you also running XDebug with any chance? If so, can you disable this and check again?
Regards Robin
Board member, eZ Publish Community Project Board - Member of the share.ez.no team - Key values: Openness and Innovation. LinkedIn: http://nl.linkedin.com/in/robinmuilwijk // Twitter: http://twitter.com/i_robin // Skype: robin.muilwijk
Thursday 17 March 2011 2:59:59 am
Hi Robin.
Thanks for repplying.
I disable xdebug in conf_files/php.ini : xdebug.default_enable=Off
Now I have only this warning while crashing again:
Fatal error: Maximum function nesting level of '100' reached, aborting! in D:\web_test\la_buissiere\lib\ezdb\classes\ezdb.php on line 159 Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, debug information can be found in the log files normally placed in var/log/*
There is no report in var/log/error.log
Sunday 20 March 2011 3:17:20 am
I'm no expert on this, only retrieved the xdebug issues by searching the forum. From that last warning, it looks as if xdebug hasn't stopped entirely. Could it be it is still active, and causing this warning?
-- Robin