site-wide error handler

2003-01-10 Thread Mahmut Basaran
Hi All, I'm trying to implement a site-wide error handler. Although it works with a static page (an error occured etc..), I had no luck with putting cf logic into the error handler (cfmail). Has anyone successfuly implemented this in cf mx ? Thank you, M

Re: site-wide error handler

2003-01-10 Thread E. Keith Dodd
Wings of Eagles Services www.wingserv.com - Original Message - From: "Mahmut Basaran" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 8:17 PM Subject: site-wide error handler > Hi All, > > I'm trying to implement a

RE: site-wide error handler

2003-01-10 Thread Tim Do
, January 10, 2003 7:45 AM To: CF-Talk Subject: Re: site-wide error handler Mahmut I have site-wide error on all my sites, MX included. Not sure what you have, but here is what I do: 1. In Application.cfm: 2. Then on ErrorTemplate: a. Just a general statement that there has been some error and that

RE: site-wide error handler

2003-01-10 Thread webguy
TECTED]] > Sent: 10 January 2003 15:45 > To: CF-Talk > Subject: Re: site-wide error handler > > > Mahmut > > I have site-wide error on all my sites, MX included. > Not sure what you have, but here is what I do: > 1. In Application.cfm: > > 2. Then on ErrorTemplate

Re: site-wide error handler

2003-01-10 Thread E. Keith Dodd
;[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 10:54 AM Subject: RE: site-wide error handler > Does your #CFError.Diagnostics# in the email show what included template > that the error occurred in? I just get this: > > ColdFusion was unable to determine the value of the parameter

RE: site-wide error handler

2003-01-10 Thread Dave Watts
ent from what Mahmut is looking for! Within the CF Administrator, you can specify a site-wide error handler on the Settings page. That's not the same as changing the path to default error handlers in the web.xml file. The files specified in web.xml will be used if there's an error in your sit

Re: site-wide error handler

2003-01-10 Thread Mahmut Basaran
Hi All, I'm sorry for the confusion, I was trying to setup a site-wide error handler in cf administration. I did but it doesn't work. This is what did: 1) made a template called handleOurErrors.cfm in /sitewide 2) put /sitewide/handleOurErrors.cfm in cfadmin -> settings -> sitewi

Site-wide error handler code

2004-08-15 Thread Howie Hamlin
Does anyone have a good site-wide error handler template that I can use?  I would like to log error details and optionally email the errors at the same time. Thanks, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The

Re: Site-wide error handler code

2004-08-17 Thread Matt Robertson
Howie Hamlin wrote: > Does anyone have a good site-wide error handler template that I can use?  I would >like to log error details and optionally email the errors at the same time. Here's one I'm playing around with right now.  I'm curious if anyone knows if this w

Site-wide Error Handler in CFMX Admin

2003-12-30 Thread Ketan Patel
Hi All, Does anybody have Site-wide Error Handler working in CFMX admin. I have a script which works on CF5.0 but doe snot work on CFMX. Also I am confused with this explainiation. "Specify the relative path to a template to execute when the ColdFusion Application Server encounters errors

Site-wide Error Handler Template for CFMX

2004-09-21 Thread Ketan Patel
Hi All, Does anybody have a good Site-wide Error Handler Template? Would like to share with me. If yes please email me off the list. I want to give a user-friendly message on the screen when there is a CF error. Ketan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

RE: Site-wide Error Handler in CFMX Admin

2003-12-30 Thread Mike Townend
ing called something like "cftools" pointing to "c:\cftools\" then use /cftools/systemerror.cfm as the error path HTH -Original Message- From: Ketan Patel [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 14:32 To: CF-Talk Subject: Site-wide Error Handler in CF

Re: Site-wide Error Handler Template for CFMX

2004-09-21 Thread Matt Robertson
part or all of this might be what you want.  Its a handler and a viewer as well (If data is marked sensitive it doesn't email it). http://mysecretbase.com/Building_A_ColdFusion_Error_Handler.cfm -- --Matt Robertson-- MSB Designs, Inc. mysecretbase.com [Todays Threads] [This Message] [Subscr

Got a nice site-wide error handler for CFMX?

2005-01-28 Thread Gaulin, Mark
Hi Anybody want to share their code for a site-wide error handler for CFMX? I have one from CF5 that emails me the details of the error and shows the user a nice message, but the new error details in cfmx are very nice, and I'd like to get at them. cfdump'ing the error struct sh

Re: Got a nice site-wide error handler for CFMX?

2005-01-28 Thread Matt Robertson
http://mysecretbase.com/Building_A_ColdFusion_Error_Handler.cfm Works for multiple sites in that you can set them to email errors, or just store them to disk (if they contain sensitive info that you don't want going out over email) or both, and has a viewer that lets you see the .html error files

CFlocation in a Site-wide Error Handler with CFMX and caffeine

2003-02-18 Thread Mark W. Breneman
ndler page and simply CFlocation off to the correct "display error page". I do not seem to be able to use a CFlocation in the .cfm file that have defined as a Site-wide Error Handler in the CF admin. Does anyone know if one of the other methods will work? location='#myUR

Re: CFlocation in a Site-wide Error Handler with CFMX and caffeine

2003-02-18 Thread Jochem van Dieten
Mark W. Breneman wrote: > > > http://domain/";> I am not familiar with your problem, but *don't* use a 301 for an error- redirect. A 301 is a permanent redirect which a browser is allowed to cache. Use a 302 or if a change from POST to GET is required and the browser sends headers indicating HTT