Oh wow!  this server is not up to date.  No wonder I was getting strange 
results from staging to production.

Thanks!


-----Original Message-----
From: Peterson, Chris [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 27, 2007 9:23 AM
To: CF-Talk
Subject: RE: application.cfc onError

I googled for 'cflocation application.cfc onerror' and this was the
first result (the fix for it)

http://www.coldfusionjedi.com/index.cfm/2005/9/28/Two-Nice-Fixes-in-Cold
Fusion-701

You can either update to CF 7.01 (why are you not up to date??) or you
can put this into your onError method:

<cfif arguments.exception.rootCause eq
"coldfusion.runtime.AbortException">
<cfreturn/>
</cfif> 


Chris Peterson
Gainey IT
Adobe Certified Advanced Coldfusion Developer

-----Original Message-----
From: Chad Gray [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 27, 2007 9:16 AM
To: CF-Talk
Subject: application.cfc onError

I started using the onError function.  I get the below error on one
page.

Any ideas?  The code runs fine, I just get an email everytime the page
is hit since I started using onError.

It does not like my use of CFLocation, but it seems to work fine and I
don't see any typos.


TagContext array
1 struct
COLUMN 0
ID CFLOCATION
LINE 92
RAW_TRACE at
cffinjobmaterial2ecfm161837558.runPage(D:\www\Employee\finjobmaterial.cf
m:92)
TEMPLATE D:\www\Employee\finjobmaterial.cfm
TYPE CFML  
 
 
Type coldfusion.runtime.AbortException  






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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

Reply via email to