[TYPO3-mvc] Fatal error: Maximum function nesting level of '100' reached, aborting!

Xavier Perseguers typo3 at perseguers.ch
Thu Sep 16 14:27:05 CEST 2010


Hey,

>> To temporarily fix it, edit php.ini (make it greater than default 64):
>> ; max_input_nesting_level = 64
>
> I think this option is commented by default.

Yes but this seems to be the default value on many productive systems.

>> when using xdebug, limit is set to 100, change it with:
>> xdebug.max_nesting_level = 200
>
> I think this is more an xdebug problem then an extbase one ... should be
> no problem to exceed this limit.

It's a PHP default setting problem actually.

> propably we have to talk to the author for this to be increased. ;-)

I think it's worth mentioning it and perhaps issue a warning when 
installing Extbase/Fluid, just as the one that tests whether 
eaccelerator preserves method comments.

Xavier


More information about the TYPO3-project-typo3v4mvc mailing list