We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

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

Hello Guys i am using and reading INVO and i have this problem when i am going to create a product company... Fatal error: Maximum function nesting level of '100' reached, aborting! in C:\wamp\www\invo\app\controllers\ProductsController.php on line 103 can someone tell me what to do?

i comment zend i putted in ini xdebug.max_nesting_level=500 also i commend xdebug as stackoverflow...

i have windows7 64bit and php 5.5.12 thanks

My guess is a recursive function, or some circular routing.

I closed the routes from INVO but still nothing!

The same problem with vokuro and i can't read

Hello again... this is issue of windows... in linux that i use now... its working ok



3.2k
edited Dec '14

Hi Cboursinos. On Windows do you have the XDebug extension enabled? We had to disable it under certain configurations due to similar issues.

No its disabled. I disabled and zend extension from php.ini but still the same.