[ACFUG Discuss] 2 Error handling pages exist, 1 is referenced in application.cfm and other is not

2008-07-07 Thread Ajas Mohammed
Hi, I have 2 cfm templates. Error_Exception.cfm and Error.cfm Insdie the Application.cfm file, I refer the error_exception.cfm file like this and it works fine. I get error messages as per the code in error_exception.cfm cferror type=exception template=error_exception.cfm mailto=some email addr

re: [ACFUG Discuss] 2 Error handling pages exist, 1 is referenced in application.cfm and other is not

2008-07-07 Thread Mischa Uppelschoten ext 10
Wild guess: if you use cfcache, the ip address for the machine retrieving the page that throws and error is the server itself because CF internally uses cfhttp to retrieve the page... : Hi, : : I have 2 cfm templates. Error_Exception.cfm and Error.cfm : : Insdie the Application.cfm

Re: [ACFUG Discuss] 2 Error handling pages exist, 1 is referenced in application.cfm and other is not

2008-07-07 Thread Cameron Childress
If you have an error in your error handing template, CF will fall back to it's default error template (or maybe the sitewide error template specified in the CFAdmin - not sure). -Cameron On Mon, Jul 7, 2008 at 11:13 AM, Ajas Mohammed [EMAIL PROTECTED] wrote: Hi, I have 2 cfm templates.

Re: [ACFUG Discuss] 2 Error handling pages exist, 1 is referenced in application.cfm and other is not

2008-07-07 Thread Ajas Mohammed
I checked CF administrator and we have /Error.cfm in the Site-Wide Error Handler text box. But, as I said there is no error in Error Handling template, as I get emails with information in case of errors. What about dsn not found or db is shutdown as i mentioned in my email. Maybe my