0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

What you can do when you get error "Fatal error: Maximum function nesting level of '100' reached, aborting! in …Twig/Compiler.php"

Posted at

When you get an error like "Fatal error: Maximum function nesting level of '100' reached, aborting! in /.../Twig/Compiler.php on line XXX" you should increase the value of xdebug.max_nesting_level at your php.ini.

php.ini

xdebug.max_nesting_level = 1000

According to Fabian:

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?