You're not alone. I'm getting the same error after upgrading from 4.1.* to 4.2.*.
Edit: This is probably an issue with bundles. The only two bundles I'm using at the moment are Ardent and Entrust. I've rolled my application back to 4.1.* until a fix/solution is released.
@wolfemm I have issues with Ardent and Entrust in Laravel 4.2 too, concretely when generating their migrations
I have the same problem.
In laravel 4.1 all works fine, but in 4.2 I receive the next error when I call edit method in my controller:
Maximum function nesting level of '100' reached, aborting!
The bundles I'm use are: Way generetors, Ardent, Intervention Image and Eloquent Sluggable.
Any solution?
Same problem! I played with that nesting level and it only starts working at
xdebug.max_nesting_level = 907
On Laravel 4.1 I had it set to
xdebug.max_nesting_level = 200
confirming the same error on laravel 4.2 after upgrading from 4.1 using ardent
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community