Cferror problems

2000-10-25 Thread W Luke
that if run manually I can see what is happening What I want to do though is to have the choice of viewing the error diagnostics in the CFCATCH. I can get it so that the getMail template halts at the error using the CFERROR tag and shows the error in a new template but this stops the getMail

CFError - Exceptions

2000-10-24 Thread Lawrence Smith
Hi! We are trying to use CFError on a 4.5 server (NT 4/ SP6), to trap exception errors, instead of using cftry and cfcatch. But without any luck :-( In the application.cfm file we are using the below code: cferror type="Exception" TEMPLATE="ExceptionError.cfm" EXCEPTIO

Re: CFError - Exceptions

2000-10-24 Thread Michael Dinowitz
Make sure there is no error in the exceptionerror.cfm. If there is, an error will be thrown that will be caught by the requesterror.cfm. Look here for some additional info on this: http://www.fusionauthority.com/alert/index.cfm?alertid=34#tech1 Hi! We are trying to use CFError on a 4.5

RE: cferror

2000-10-23 Thread Paolin, Brandon
you can't put cfm commands on the cferror page, but you can set the error page to submit a form when it loads... post the form to another page that has your cfmail and whatever error message you wish to display. script language="JavaScript" type="text/javascript" !--

RE: cferror and exceptions

2000-10-20 Thread Jones, Matt
what is the content of the templates that you are calling, in the event of cferror? Only minimal cfcode is allowed, basically cfoutputWhichever error variables your exception creates/cfoutput. You can also do whatever standard html you want. (I suspect this is so you won't create

RE: cferror and exceptions

2000-10-20 Thread Dave Watts
We are trying to utilise one of the new CF4.5 features where you can catch exceptions using cferror instead of using cftry and cfcatch. However, our host is on 4.5 and it is not working - anyone else had this experience of know of a bug/solution? ... what is the content

RE: cferror and exceptions

2000-10-20 Thread Dave Watts
We are trying to utilise one of the new CF4.5 features where you can catch exceptions using cferror instead of using cftry and cfcatch. However, our host is on 4.5 and it is not working - anyone else had this experience of know of a bug/solution? You'll have to be more specific, I

Re: cferror and exceptions

2000-10-20 Thread Steve Nelson
I think I have had that problem i place a cferror type="exception" in my application.cfm files and have it email me on EVERY error that is not caught by a cfcatch although I have noticed that for whatever reason there are a couple errors that seem to get past. The

cferror

2000-10-19 Thread Gavin Myers
can you put cfm commands on a cferror page? application.cfm: cferror type="REQUEST" template="error.cfm" mailto="[EMAIL PROTECTED]" error.cfm cfmail to = "gavin" subject = "ERROR!!" AN ERROR HAS

Re: cferror

2000-10-19 Thread Michael Dinowitz
You can do it with sitewide error handling (set in the administrator) and in the following types: Exception and Monitor http://www.fusionauthority.com/alert/index.cfm?alertid=34#tech1 can you put cfm commands on a cferror page? application.cfm: cferror type="REQUEST" template=

cferror and exceptions

2000-10-19 Thread Lawrence Smith
Hi All We are trying to utilise one of the new CF4.5 features where you can catch exceptions using cferror instead of using cftry and cfcatch. However, our host is on 4.5 and it is not working - anyone else had this experience of know of a bug/solution? Many thanks! Lawrence Smith

Bugged Out CFERROR : CFMLInterpreterImp::process

2000-10-02 Thread Jerry Tolentino
I got the following error when making a call to a custom tag. Here are the facts: 1. I know the tag works. Its been tested and other applications use. 2. I have tried several methods of calling the tag including the following: - calling from the same directory using both CFMODULE

Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Jerry Tolentino
I got the following error when making a call to a custom tag. Here are the facts: 1. I know the tag works. Its been tested and other applications use. 2. I have tried several methods of calling the tag including the following: - calling from the same directory using both CFMODULE

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Fred T. Sanders
get rid of the ,sortorder it should just be a space and either ASC or DES - Original Message - From: "Jerry Tolentino" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 9:54 AM Subject: Bugged Out CFERROR - CFMLInterpreterImp::process

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Fred T. Sanders
and they don't always like you ordering by the alias, do it by the original name instead. - Original Message - From: "Jerry Tolentino" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 9:54 AM Subject: Bugged Out CFERROR - CFMLInterpre

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Jerry Tolentino
PROTECTED] cc:(bcc: Jerry Tolentino/SIAC) Subject: Re: Bugged Out CFERROR - CFMLInterpreterImp::process get rid of the ,sortorder it should just be a space and either ASC or DES - Original Message - From: "Jerry Tolentino" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PR

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Fred T. Sanders
Message - From: "Jerry Tolentino" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 10:55 AM Subject: Re: Bugged Out CFERROR - CFMLInterpreterImp::process That has nothing to do with this error. ASC is the default sort type on SQL. And just fo

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Jerry Tolentino
seed to 1 and it worked perferctly. "Fred T. Sanders" [EMAIL PROTECTED] on 10/02/2000 11:46:19 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc:(bcc: Jerry Tolentino/SIAC) Subject: Re: Bugged Out CFERROR - CFMLInterpreterImp::process Fair enough

Re: CFERROR

2000-06-23 Thread Tom Harwood
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_000_01BFDD21.83AAFD46 Content-Type: text/plain; charset="iso-8859-1" Hello Michael, Have you seen our whitepaper on error handling?

Re: CFERROR

2000-06-23 Thread Guy Walker
Tom Where is it located? Guy - Original Message - From: "Tom Harwood" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 23, 2000 7:44 AM Subject: Re: CFERROR This message is in MIME format. Since your mail reader does not understand this format, some or all of th

CFERROR

2000-06-22 Thread Michael Dinowitz
I'm doing classes at my company training people in some stuff they may not know and generally getting them ready for the certification. I'm writing up a lesson plan on Error Catching and the docs on CFERROR are not to helpful. Does anyone know any articles on CFERROR that have been done

RE: cferror

2000-05-22 Thread Dave Watts
Thanks for a detailed answer. My need at this time is quite simple - I want to have a site-wide error page to hide the ugly CF error screens, but I wanted to provide a user an email form on that error page itself - with his contact information filled in. That's where I started getting

cferror

2000-05-19 Thread stäs
Why can't the error handler page contain any CFML, just because? Thanks! -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or

RE: cferror

2000-05-19 Thread Olive, Christopher M Mr USACHPPM
because if you try to use the CFML that created the error in the first place in your CFERROR, you'll get an endless loop. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: stäs [mailto:[EMAIL PROTECTED]] Sent: Friday, May 19, 2000 12:37 PM To: [EMAIL

Re: CFERROR - MailTo

2000-05-16 Thread David Shadovitz
e: Fri, 12 May 2000 08:05:32 -0700 Subject: Re: CFERROR - MailTo Message-ID: [EMAIL PROTECTED] Jerry, Unfortunately, you will have a problem if error.diagnostics contains a double quote (as it often does). Let me invoke the hallowed name of Dave Watts, who pointed out that the only HTML elemen

Re: CFERROR - MailTo

2000-05-16 Thread Jeff
david, jerry, mike, dave, etc., :~~ : From: David Shadovitz [EMAIL PROTECTED] : : Let me follow up on my own message by adding : something I learned from Jeff Howden: : Hide the textarea (in IE, at least) using the style attribute: : style="display : none;"

RE: CFERROR - MailTo

2000-05-12 Thread Philip Arnold - ASP
For those of us who might not know how to create a self-submitting form using JS could you point us in the right direction? 2 methods I can think of... in the onLoad part of the body onLoad="document.myForm.submit()" Or at the bottom of the page script language=JavaScript !--

RE: CFERROR - MailTo

2000-05-12 Thread Jerry William Richardson
been notified of this error. We will work to correct the problem and apologize for the inconvenience./P !--- end of request_err.cfm --- Then errorhandler.cfm adds an entry to my project management database, e-mails me and (between the hours of 7 AM and 11 PM) pages me with the text of the error t

RE: CFERROR - MailTo

2000-05-12 Thread Michael Paulsmeyer
Thank you Philip! Cheers, Mike. -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 3:44 AM To: [EMAIL PROTECTED] Subject: RE: CFERROR - MailTo For those of us who might not know how to create a self-submitting form using JS could you

Re: CFERROR - MailTo

2000-05-12 Thread David Shadovitz
aster has been notified of this error. We will work to correct the problem and apologize for the inconvenience./P !--- end of request_err.cfm --- Then errorhandler.cfm adds an entry to my project management database, e-mails me and (between the hours of 7 AM and 11 PM) pages

RE: CFERROR - MailTo

2000-05-11 Thread Dave Watts
New to the list and I have been having a problem getting the mailto attribute in the CFERROR tag to work. I have set and verified the mail server in CF Administrator. What else can I look at and/or do? I could be wrong about what exactly the problem is that you're having, but my guess

RE: CFERROR - MailTo

2000-05-11 Thread Jerry William Richardson
One option is to have your cferror page be a self-submitting (using javascript) form that takes all the different variables from the error that are available and submits them to a cfm page that then e-mails you. It's the long way around the barn. Please note that if you forward these errors

RE: CFERROR - MailTo

2000-05-11 Thread Michael Paulsmeyer
] Subject: RE: CFERROR - MailTo One option is to have your cferror page be a self-submitting (using javascript) form that takes all the different variables from the error that are available and submits them to a cfm page that then e-mails you. It's the long way around the barn. Please note that if you

Using CFMAIL with CFERROR

2000-05-08 Thread Carlson, Kevin
I'm interested in automatically sending email when certain CF error conditions occur. However, I get "Invalid Tag Nesting Configuration" errors when CFOUTPUT and CFMAIL are used together without Query attributes in CFOUTPUT. I simply want to return the error text (#ERROR.Diagnostics#, etc.),

Using CFMAIL with CFERROR

2000-05-05 Thread Carlson, Kevin
I'm interested in automatically sending email when certain CF error conditions occur. However, I get "Invalid Tag Nesting Configuration" errors when CFOUTPUT and CFMAIL are used together without Query attributes in CFOUTPUT. I simply want to return the error text (#ERROR.Diagnostics#, etc.),

<    1   2   3   4