0

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 ?

akt
  • 759
  • 3
  • 11
  • 18

1 Answers1

8

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
Mihai Iorga
  • 39,330
  • 16
  • 106
  • 107