LavaLite / cms

Multilingual PHP CMS built with Laravel and bootstrap
https://lavalite.org
2.84k stars 966 forks source link

Maximum function nesting level of '100' reached, aborting! #59

Open weishuaiwang opened 8 years ago

weishuaiwang commented 8 years ago

After installed, view /login it abort with "Maximum function nesting level of '100' reached, aborting!"

weishuaiwang commented 8 years ago

anyone help me ?

Renfos commented 8 years ago

Try increasing maximum nesting level. Check below link http://stackoverflow.com/questions/8656089/solution-for-fatal-error-maximum-function-nesting-level-of-100-reached-abor

iqmalmizi commented 8 years ago

I assuming you're using window Disable xdebug inside your php.ini clear cache relog into your windows. If the composer still running with xdebug, try to reinstall composer then relog.

ITSimples commented 8 years ago

I have this problem to, when I install lavalite I don't realize that command ( composer create-project LavaLite/cms --prefer-dist website) create a new folder website and I run php artisan serve on LavaLite/cms and the error "Maximum function nesting level of '100' reached, aborting!" appear. when I run php artisan serve on website folder the error as gone.