Thanks for all your replies guys.

I must admit that I'm quite confused now as I've had myErrorHandler.cfm 
email me with details of errors for (literally) years. For example if I 
generate an error by referencing an undefined variable (eg <cfset newvar = 
a_var_that_does_not_exist> ) then everything works just fine I get emailed 
details of the error and the user gets a pretty page saying sorry. How come 
<cfoutput>#</cfoutput> makes my error handing process stop working in this 
way yet <cfset newvar = a_var_that_does_not_exist> is fine??

Looking at the bigger picture, surely I can't be the only one who wants CF 
to email them with the details of any errors that occur (without requiring 
the user to generate that email to me themselves) and also to show the user 
a professional looking (and secure ie no code shown) error message - what 
does everyone else do to achieve this?

Any further thoughts from anyone would be very much appreciated.

TIA

Nick 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339889
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to