Re: cferror on application.cfm not working (?)

2006-11-22 Thread Will Tomlinson
On testing it however (by using a .cfm file name that does not exists), I still see the usual debug page with Error Occurred While Processing Request message and not the error.cfm. You'd need a missing template handler for that type of error. An error request template won't catch it. You'll

Re: cferror on application.cfm not working (?)

2006-11-22 Thread Raymond Camden
cferror is for errors that occur within cfm files. To catch a 404 you are going to need to use your web server's error handling or use CF's Missing Template Handler. On 11/22/06, Michael E. Carluen [EMAIL PROTECTED] wrote: Hi everyone. I am currently adding a basic custom error page on my

Re: cferror on application.cfm not working (?)

2006-11-22 Thread Jon Clausen
Michael, A template error is thrown before anything else. You'll need to handle those through your missing template handler - which you can set in the CFAdmin. Jon On Nov 22, 2006, at 3:58 PM, Michael E. Carluen wrote: On testing it however (by using a .cfm file name that does not

Re: cferror on application.cfm not working (?)

2006-11-22 Thread Jon Clausen
Oops didn't mean to dog pile on that response :-) I see Will and Ray already got it covered... On Nov 22, 2006, at 4:33 PM, Jon Clausen wrote: Michael, A template error is thrown before anything else. You'll need to handle those through your missing template handler - which you can set in

RE: cferror on application.cfm not working (?)

2006-11-22 Thread Michael E. Carluen
Thanks Ray, Will, Jon, For this app, I am currently using HMS on a shared server. This means I do not have access to the CF Administrator for setting the .cfm missing template handler. And HMS's (control panel) custom error template mgt only catches .htm missing templates. Can the missing

Re: cferror on application.cfm not working (?)

2006-11-22 Thread Raymond Camden
Unfortunately no. At least not as far as I know. On 11/22/06, Michael E. Carluen [EMAIL PROTECTED] wrote: Thanks Ray, Will, Jon, For this app, I am currently using HMS on a shared server. This means I do not have access to the CF Administrator for setting the .cfm missing template handler.

Re: cferror on application.cfm not working (?)

2006-11-22 Thread Josh Nathanson
[EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, November 22, 2006 2:32 PM Subject: Re: cferror on application.cfm not working (?) Unfortunately no. At least not as far as I know. On 11/22/06, Michael E. Carluen [EMAIL PROTECTED] wrote: Thanks Ray, Will, Jon

RE: cferror on application.cfm not working (?)

2006-11-22 Thread Michael E. Carluen
Thanks for confirming Ray. Anyway, I contacted HMS, and they were able to modify the server's IIS 404 settings to include .cfm templates. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 2:33 PM To: CF-Talk Subject: Re: cferror

RE: cferror on application.cfm not working (?)

2006-11-22 Thread Snake
:[EMAIL PROTECTED] Sent: 22 November 2006 22:15 To: CF-Talk Subject: RE: cferror on application.cfm not working (?) Thanks Ray, Will, Jon, For this app, I am currently using HMS on a shared server. This means I do not have access to the CF Administrator for setting the .cfm missing template handler