Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
achronak opened this issue Jul 2, 2015 · 4 comments
Open

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

achronak opened this issue Jul 2, 2015 · 4 comments

Comments

@achronak
Copy link

achronak commented Jul 2, 2015

After inserting 'Barryvdh\HttpCache\Middleware\CacheRequests' on my $middleware on Kernel,
I get this error: Maximum function nesting level of '100' reached, aborting!

If I remove it, everything is ok.

Is there any known issue?

@barryvdh
Copy link
Owner

barryvdh commented Jul 2, 2015

On Laravel 5? Not sure.

@achronak
Copy link
Author

achronak commented Jul 2, 2015

Laravel 5.1

@achronak
Copy link
Author

achronak commented Jul 2, 2015

On: \vendor\laravel\framework\src\Illuminate\Foundation\AliasLoader.php line 63:

@claar
Copy link

claar commented Jul 26, 2015

This is usually an xdebug problem -- we've run into this on our app (though not with this package).

Add this to your mods-available/xdebug.ini : xdebug.max_nesting_level = 200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants