Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8805075
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:46:10+00:00 2026-06-14T01:46:10+00:00

I am currently working on Symfony , Rest API . I am new to

  • 0

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 ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T01:46:11+00:00Added an answer on June 14, 2026 at 1:46 am

    Try to check the call stack. Maybe you have an ifinite loop.
    Deactivate xDebug or set the maximum nesting level in the php.ini higher:

    xdebug.max_nesting_level=500
    

    This is a normal behavior.
    try something like:

        $traceStack = debug_backtrace();
        var_dump($traceStack);
        $i=0;
        foreach($traceStack as $n) {
            /* do what you want here */
            /*
             *   $n is an array of:
             *   'file' => ..
             *   'line' => ...
             *   'function' ...
             *   'class' => ...
             *   'object' => ...
             *   'type' => ...
             *   'args' => ...
             */
        }
    

    Important: Don’t forget to restart apache (or FPM)!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a Symfony project and I currently have this: <?php echo
On a current project which I'm currently working, i have a symfony task that
In a bundle I'm developing and was working correctly I added a new functionality
I'm currently working on a project with symfony 1.4 and Doctrine 1.2. I'm looking
I'm currently working on a symfony webapp, which is already on production. To develop
I'm currently working on an open source bundle for Symfony2, and really want it
I am currently working on a project based on Symfony 1.4. To generate PDF
I'm currently using Symfony 2.0.13 for a project and I'm working on the User
I'm working on a project using Symfony 2, I've built a bundle to handle
I'm really new to Symfony and am working on an app on 1.4. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.