I'm not sure what happened, but it appears that during a recent update of some library, I can no longer upload files without getting the following Laravel error:
[2014-11-15 21:27:25] local.ERROR: 500 - Maximum function nesting level of '100' reached, aborting! @ /uploads/0/1
exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Maximum function nesting level of '100' reached, aborting!' in /home/vagrant/Projects/test.dev/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php:480
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
The stack trace provides no useful information.
Interrupting the script even at the start of the method for that route does nothing, so it isn't something in my own code.
Anyone seen this bug in the latest Laravel 4.2?