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 ~

CF5 - error when trying to create data source

2005-05-13 Thread Earl, George
Any ideas what could be causing our staging server to frequently give us this error message when we try to create a data source? ** Error Diagnostic Information Request canceled or ignored by server Server busy or unable to fulfill request. The server is unable to fulfill your request due to e

Re: CF5 error

2004-05-07 Thread Howie Hamlin
ssage -   From: Andrew Tyrone   To: CF-Talk   Sent: Thursday, May 06, 2004 5:27 PM   Subject: RE: CF5 error   Howie,   I found some info on the macromedia.coldfusion.cfml_general_discussion   newsgroup:   http://tinyurl.com/2jc5f   Someone mentions this problem in regards to scheduled

RE: CF5 error

2004-05-06 Thread Andrew Tyrone
: CF-Talk Subject: CF5 error Any ideas on what would cause this to happen intermittently on a CF5 server? This is from the log file: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CF5 error

2004-05-06 Thread Howie Hamlin
It's using the API, not CGI. Thanks, Howie   - Original Message -   From: Dave Watts   To: CF-Talk   Sent: Thursday, May 06, 2004 5:02 PM   Subject: RE: CF5 error   > Here's the entry:   >   > No template file information passed.   > ColdFusion requires tha

RE: CF5 error

2004-05-06 Thread Dave Watts
> Here's the entry: > > No template file information passed. > ColdFusion requires that you pass information indicating > which file you want to use as your CFML template file. This > information must be either passed as the document path of the > HTTP request or be specified as a URL parameter

Re: CF5 error

2004-05-06 Thread Howie Hamlin
s the document path of the HTTP request or be specified as a URL parameter (e.g. cf.exe?template=myfile.cfm) of the request. Thanks, Howie   - Original Message -   From: Semrau Steven Ctr SAF/IE   To: CF-Talk   Sent: Thursday, May 06, 2004 3:47 PM   Subject: RE: CF5 error   missing the log

RE: CF5 error

2004-05-06 Thread Semrau Steven Ctr SAF/IE
missing the log file entry :-) -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 3:40 PM To: CF-Talk Subject: CF5 error Any ideas on what would cause this to happen intermittently on a CF5 server?  This is from the log file:   _ [Todays

CF5 error

2004-05-06 Thread Howie Hamlin
Any ideas on what would cause this to happen intermittently on a CF5 server?  This is from the log file: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

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