In my production environment, symfony2 is showing a blank page on 404's and a 503 Service Unavailable on general php errors.
I have custom TwigTemplates under app/Resources/TwigBundle/views/Exception/error|error404|error500.html.twig
When looking in the apache error log, it is showing the error correctly, but no sign of why it is not loading the error template.
Does anybody have an idea how to solve this?