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

akt picture akt · Sep 10, 2012 · Viewed 9.3k times · Source

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 ?

Answer

Mihai Iorga picture Mihai Iorga · Sep 10, 2012

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