Getting FatalErrorException for max. function nesting level on admin page
PatricB opened this issue · 3 comments
PatricB commented
Hey,
I installed the demo on my local system. The home page works finde, but when try to access the admin page I get following error:
FatalErrorException in Container.php line 698:
Maximum function nesting level of '100' reached, aborting!
Have I maybe missed something to configure? It seems not to happen if I have only navigation items without pages (only url).
Beste regards
Big-Shark commented
@PatricB The current version https://github.com/LaravelRUS/SleepingOwlAdmin
PatricB commented
@Big-Shark But this demo require the dev-development version of laravelrus/sleepingowl ...
...
"laravel/framework": "5.2.*",
"laravelrus/sleepingowl": "dev-development",
...
PatricB commented
ah ok. Fault of mine. My Xdebug give the max. function nesting level of '100'. Raised it up and now it works!
Bug can be closed.