Monday, December 22, 2014

Debug



Fatal error: Maximum function nesting level of '100' reached, aborting!
Fix (tried one at a time in this order)
In php.ini, increased the default values:
Added following lines (at the end for easy reference),
  • set max_input_nesting_level = 200
  • add xdebug.max_nesting_level=500
Increased
  • set memory_limit = 256M
In my.ini (file is found in C:\wamp\bin\mysql\mysql5.5.24, may be in different location if using other stack and version), added the line:
  • tse max_allowed_packet = 16M