Does it work if you supply an absolute path to your error-handling
template?

<cferror type="exception" template="/error.cfm" mailto="[EMAIL PROTECTED]" exception="any">

I think the behaviour of how CF handles the paths to the error templates
changed in either CF5 to 6.0 or 6.0 to 6.1. This works fine for me:

   <cferror type="EXCEPTION" exception="ANY"
template="/errors/exception.cfm" mailto="#application.email.developer#">


Hmmm Thanks Aidan,

Tried that now and tried creating an errors folder and directly copied your CFERROR tag to no avail....

Will CFError pick up when an error occurs in a custom tag???

Stephen



--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



Reply via email to