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
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 tasks. Andy -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 3:40 PM To: C

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 Thr

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 Error Handler Form > > > In a particular applica