symfony2 - Debug Toolbar Symfony internal Server Error -



symfony2 - Debug Toolbar Symfony internal Server Error -

i next error if log out me app.

an error occurred while loading web debug toolbar (500: internal server error). want open profiler?

i can't find in error log, have idea, why error can occur?

i find in 1dev.log` next error line

update

[2014-10-31 12:50:47] request.error: uncaught php exception symfony\component\httpkernel\exception\notfoundhttpexception: "no route found "get //_wdt/6ce745"" @ /var/www/app/trunk/app/cache/dev/classes.php line 1881 {"exception":"[object] (symfony\component\httpkernel\exception\notfoundhttpexception: no route found \"get //_wdt/6ce745\" @ /var/www/app/trunk/app/cache/dev/classes.php:1881, symfony\component\routing\exception\resourcenotfoundexception: @ /var/www/app/trunk/app/cache/dev/appdevurlmatcher.php:506)"} []

this error occur on logout app. logout request redirect me on login page.

yes in symfony2 error logs

app/logs/yourenv.log

there can find more informations.

symfony2 apache2 twig

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -