Support the ongoing development of Laravel.io →
Database Eloquent
Last updated 1 year ago.
0

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.

Last updated 1 year ago.
0

@wolfemm I have issues with Ardent and Entrust in Laravel 4.2 too, concretely when generating their migrations

Last updated 1 year ago.
0

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?

Last updated 1 year ago.
0

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

Last updated 1 year ago.
0

confirming the same error on laravel 4.2 after upgrading from 4.1 using ardent

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

steenbag steenbag Joined 7 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.