Web Essentials
This blog is used to share information technology tips and programming for IT students.
Menu
Home
Mobile App Development
Basic Computer 2
E-commerce
Technical English
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
Newer Post
Older Post
Home