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

StackOverflow https://stackoverflow.com/questions/12346384

Question

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 ?

Was it helpful?

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top