CF5 Error Handler

2005-10-20 Thread Mark Henderson
I'm running the fusebox 4 core files on a CF5 server (can't upgrade sorry - already tried that path) and I have a problem with error handling. Has anyone out there successfully implemented an errorhandler plugin under such an environment? TIA Mark ~

Re: CF5 Error Handler Form

2004-02-18 Thread Ubqtous
Dave, On 2/18/2004 at 13:00, you wrote: DW> In addition, the site-wide error handler will catch errors that DW> the CFERROR TYPE="EXCEPTION" won't, and I think it will catch DW> errors generated by your CFERROR page itself, if they occur. Yes. I think handlers are processed as follows: 1. CFERR

Re: CF5 Error Handler Form

2004-02-18 Thread Ubqtous
Jim, On 2/18/2004 at 12:45, you wrote: JM> If I had a cferror type="exception" configured in an app's JM> application.cfm, _plus_ had a system-wide error handler set up in JM> the CF Administrator, would I be correct in assuming that the JM> error handling hierarchy would fire the application lev

RE: CF5 Error Handler Form

2004-02-18 Thread Dave Watts
> If I had a cferror type="exception" configured in an app's > application.cfm, _plus_ had a system-wide error handler set > up in the CF Administrator, would I be correct in assuming > that the error handling hierarchy would fire the application > level error handler first? Yes, that's correc

Re: CF5 Error Handler Form

2004-02-18 Thread Jim McAtee
- Original Message - From: "Ubqtous" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 10:24 AM Subject: Re: CF5 Error Handler Form > JM> I wasn't aware of the type="exception".  Why would

Re: CF5 Error Handler Form

2004-02-18 Thread Ubqtous
Jim, On 2/18/2004 at 11:57, you wrote: JM> I wasn't aware of the type="exception".  Why would it preclude JM> capturing user comments as might be entered into a form? It doesn't prevent you from having a form to capture user comments, but it removes the dependence on the user for getting error d

Re: CF5 Error Handler Form

2004-02-18 Thread Jim McAtee
- Original Message - From: "Ubqtous" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 7:55 AM Subject: Re: CF5 Error Handler Form > Jim, > > On Tuesday, February 17, 2004, 10:10:30 PM, you wrote: > &g

Re: CF5 Error Handler Form

2004-02-18 Thread Ubqtous
Jim, On Tuesday, February 17, 2004, 10:10:30 PM, you wrote: JM> JM>  template="err/global.cfm" JM>  mailto="[EMAIL PROTECTED]"> If you're on CF5+, you can use type="exception" which allows full use of Cold Fusion code in its error handler, which means you can automatically email

RE: CF5 Error Handler Form

2004-02-17 Thread Philip Arnold
Why not run it via the mapping?  template="/myapp/err/global.cfm"  mailto="[EMAIL PROTECTED]"> > -Original Message- > From: Jim McAtee [mailto:[EMAIL PROTECTED] > Sent: 17 February 2004 22:11 > To: CF-Talk > Subject: CF5 Erro

CF5 Error Handler Form

2004-02-17 Thread Jim McAtee
In a particular application I'd like to have a global error handler, ideally set within application.cfm.  My directory structure is something like the following, with application.cfm located in /myapp/: / /myapp/ /myapp/subdirectory1/ /myapp/subdirectory2/ /myapp/err/  template="err/glob

modifying the http response header in the cf5 error handler

2002-05-10 Thread Dave Wilson
Hi all, Sorry that previous message had wrong subject line. I got a question from a colleague a few mins ago and thought someone here might be able to shed some light on it as it is CF5 related (I'm still developing on 4.5.1). Basically, my colleague has noticed that error templates are deliver