06 January 2014

TYPO3 Maximum function nesting level of '100' reached

Here is the solution:

sudo gedit /etc/php5/apache2/php.ini

[xdebug]

xdebug.max_nesting_level = 500

xdebug.var_display_max_depth = -1

xdebug.var_display_max_children = -1

xdebug.var_display_max_data = -1