search

Home  >  Q&A  >  body text

PHP framework - a problem encountered by symfony2

I am using the symfony framework today, and I installed the framework in vagrant!
The problem now is that it can be accessed normally, but the syfmony debugging tool cannot appear! And an error is reported
Have you guys encountered any?

When I opened it through firebug, I found that this address could not be accessed correctly

我想大声告诉你我想大声告诉你2750 days ago406

reply all(4)I'll reply

  • 習慣沉默

    習慣沉默2017-05-16 16:46:11

    Now the problem has been solved
    The main problem is the configuration of nginx
    I just used the configuration from the official website

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-05-16 16:46:11

    Never encountered it, http://stackoverflow.com/questions/16236623/symfony-2-an-error-occurre...
    Try this?

    reply
    0
  • 迷茫

    迷茫2017-05-16 16:46:11

    This is probably because the profiler component cannot be loaded normally. Check in your security.yml file and confirm whether the firewalls allows the URI of _wdt.

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-16 16:46:11

    There are many reasons for this problem. @thenbsp mentioned is one of them.

    In addition, if you have a kernel event listener registered, certain database errors may also cause this problem.

    Check app/logs/dev.log in development mode to check whether any exceptions are thrown

    reply
    0
  • Cancelreply