Forums / Developer / Stopping Template Execution on Error -- Possible?
Deane Barker
Wednesday 28 September 2005 1:07:49 pm
Is there any way to get eZ to "fail ugly" when there's a template error?
One of the frustrating things about template development is that execution rolls right on through errors. The errors are silent unless you turn on debugging and go picking through the output.
During development, it'd be handy if eZ would "blow up" when it encountered an error during template execution, stopped in place, and displayed the error text.
Script start
Module start 'content'
Module end 'content'
Script end
Time used to render debug report: 0.0002 secs