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

Een recursieve functie stopt na 100x met deze foutmelding:

Dit wordt veroorzaakt de standaard waarde xdebug.max_nesting_level van Xdebug

Controls the protection mechanism for infinite recursion protection. The value of this setting is the maximum level of nested functions that are allowed before the script will be aborted.

Oplossing

Wijzig php.ini:

xdebug.max_nesting_level = -1