I am currently working on Symfony, Rest API. I am new to this framework. I have installed Symfony correctly. and now I have installed FriendsOfSymfony bundle, every thing is going fine but when I am clicking on logout then I am getting following error
Fatal error: Maximum function nesting level of '100' reached, aborting! in C:\xampp\htdocs\Symfony\vendor\twig\lib\Twig\Loader\Filesystem.php on line 6010
After some searching I found a solution to set xdebug in php.ini, to set set limit 200 instead of 100, then I am getting the following Error,
Fatal error: Maximum function nesting level of '200' reached, aborting! in C:\xampp\htdocs\Symfony\vendor\twig\lib\Twig\Loader\Filesystem.php on line 6010
Totally I am unable to see a demo of symfony also. Please guys tell me how Can I come out of this problem ?