I use cferror within the application.cfm file and I have never had a problem.

On the cferror page defined I push the user to a second page (using 
javascript) and store the basic information I may need to resolve their 
problem.  Page they were on, information they passed, time/date of day, 
user number if defined, error etc.  I also have a step within this page to 
email me telling me there was an error.  I would not suggest the email if 
you are in the development stage.

It works out really well.

kaigler



At 04:58 PM 3/22/2001 -0800, you wrote:
>I'd recomend to use cftry/catch around critical parts of your code only,
>file uploads, queries etc.
>
>I'd also create an include file for actions to take on error for faster
>coding.
>
>-----Original Message-----
>From: Jim McAtee [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, March 22, 2001 4:57 PM
>To: CF-Server
>Subject: Re: Cold Fusion Errors and reporting
>
>
>You mean all your CF code is contained within a <cftry> block?  Does this
>entail much additional overhead?
>
>Jim
>
>
>----- Original Message -----
>From: "Eric Sobczak" <[EMAIL PROTECTED]>
>To: "CF-Server" <[EMAIL PROTECTED]>
>Sent: Thursday, March 22, 2001 5:41 PM
>Subject: Re: Cold Fusion Errors and reporting
>
>
> > Brian,
> >
> > We use <CFTRY> and <CFCATCH> to catch all errors and e-mail them directly
> > to the developer in charge of the application, it increases development
> > efficiency and response to errors incredibly.
> >
> >
> > Eric Sobczak, President
> > [EMAIL PROTECTED]
> > Enhanced Technologies Inc.
> > http://www.enhtech.com
> > 703-924-0301 or 800-368-3249
> > 703-924-0302 Fax
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to