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

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

문제

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 ?

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top