On 25.05.2010, at 22:18, Stephen Melrose wrote: > Why wouldn't you want the exception template to show in development mode? > Surely the point of development mode is to show exceptions so the errors that > cause them can be tracked down?
You misunderstood me. Loading a template "exception" in debug mode and "error" in non debug mode seemed a bit misnamed to me to the point where I thought the code was simply broken. Obviously I want a full stack trace in development mode, the issue was that I had created both an error.html.php and an exception.html.php thinking that I need to have both in order to not display a stack trace in production. regards, Lukas Kahwe Smith [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
