Try putting a CFTRY / CFCATCH around the code that is throwing the error (even if you put it around the entire contents of a template) and then CFMAIL yourself the VARIABLES scope in the CFCATCH code.
Bottom line.... Your page should NOT be throwing errors. I assume we are talking about debugging here. Put in temp code to help debug, narrow it down, fix, then remove the debugging code. Let's not lose sight of what the long-term goal is. ...................... Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 3:52 PM To: CF-Talk Subject: Re: Error recovery >>can you re-engineer the Application.cfm into an Application.cfc that takes advantage of the onError event? According to Josh in the same thread, that will not solve the problem. Apparently, both functionalities use the same internal code. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276570 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

