Fatal error: Maximum function nesting level of '100' reached, aborting! with ionCube loader
I am getting Fatal error: Maximum function nesting level of '100' reached, aborting! with ionCube loader.And I don't want to uninstall IonCube.So what should I do ?
Solution
Some solutions
Rewrite your code to make sure you never reach 100 nested calls
Raise limit on xdebug: xdebug.max_nesting_level = 200 in php.ini