When in doubt, wrap the innards of the method in a CFTRY/CFCATCH and
CFMail yourself the CFCATCH 


<cffunction name="onRequestStart" output="true" returntype="boolean">

<cftry>        

..... Your inner-function code here.....

<cfcatch>
  <cfmail.....><cfdump var="#CFCATCH#" /><cfreturn false /></cfmail>
</cfcatch>
</cftry>
</cffunction>


......................
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-----Original Message-----
From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 18, 2007 5:22 PM
To: CF-Talk
Subject: Re: Strange Error

Nope, that did not do it. Oh well, the site is working, I just do not
like filling up my log file with this if I can fix it.

Bruce




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266943
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to