-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Exception namespace problem with 2.6.1 #12844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This was fixed, and version with fix was released: |
Hm, there is not |
Sorry, I mean |
The issue is that #12821 has been merged, but this does not play well with BC layers we had to keep. |
I have reverted the PR. |
@stloyd as you see, I tried it with 2.6.1 |
What is the game plan for addressing this? Currently it's not possible to debug error pages in development environments. |
@jeremylivingston this is addressed already in the 2.6 branch. The fix will be part of 2.6.2 (which is not released yet). @fabpot what is the ETA for the 2.6.2 release ? |
@stof There are too many problems in current 2.6 to release 2.6.2 yet. |
After installing a brand new sf 2.6.1 ( with sf installer), I wanted to try out the new error page function, with the
local/app_dev.php/_error/500
and thelocal/app_dev.php/_error/500.json
urls, but I got a general 500 error:Catchable Fatal Error: Argument 2 passed to Symfony\Bundle\TwigBundle\Controller\ExceptionController::showAction() must be an instance of Symfony\Component\HttpKernel\Exception\FlattenException, instance of Symfony\Component\Debug\Exception\FlattenException given
The text was updated successfully, but these errors were encountered: