Hi Matt, With your example, every which way I try it, the sitewide error handler runs and I don't see any extra raw error like you see in your screenshot...
Both <cfoutput>#cgi.http_user_agent#</cfoutput> and cfoutput>#cgi.http_user_agent#</cfoutput> simply dump the scopes you are referencing in the error handler code. I've tested this in MX 6.1 fully patched and MX 7. Paul -----Original Message----- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Friday, 08 April 2005 01:17 To: CF-Talk Subject: Re: SOLVED: Re: CFTRY/CFCATCH exposing CF errors? Here's a gif of what it looks like on my dev server http://foohbar.com/kaboom/errorscreen.gif And to stir the pot further, Its NOT doing it on my live server. I uploaded the same bad code to a live web site and my own site-wide error handler works fine. It may be that the for-real error handler i have runs thru a cfswitch, which then branches out to different cfincludes to do stuff depending on what domain is involved cfswitch expression=#cgi.http_server_name# cfcase value=foohbar.com cfinclude template=cfdumper.cfm cfinclude template=dumpemailer.cfm cfinclude template=friendlyerrorscreen.cfm /cfcase /cfswitch so maybe if you run thru other templates like this the problem never happens. Talk about an obscure bug. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201964 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

