Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 182 Bytes

TROUBLESHOOTING.md

File metadata and controls

10 lines (7 loc) · 182 Bytes

Troubleshooting

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

Add the following to your /etc/php5/cli/php.ini:

[xdebug]
xdebug.max_nesting_level = 200