Monday 23 April 2012

Fatal error: Maximum function nesting level of '100' reached, aborting!

If you are getting the Fatal error: Maximum function nesting level of  '100' reached, aborting! error, that means its a problem with the xDebug settings on your server.


You need to increase the limit of the xdebug.max_nesting_level in your php.ini file.  It seems to be set to 100 by default.  I set mine to 1000 which solved the issue.


xdebug.max_nesting_level=1000

Also another scenario for this issue is with CashOnDelivery Payment method. However i have not tested this scenario. You can find more information at http://www.magentocommerce.com/boards/viewthread/176650/ 

1 comment:

  1. I can't able to find the "xdebug.max_nesting_level" in php.ini file

    what to do ?

    ReplyDelete