I've got a question, maybe you can help me out? Or at least give me some direction. I'm trying to setup something that will send me an email everytime someone on a particular website gets an error, no matter what type. Do you know any way to do that?
I set up this code in the application.cfm file, along with their corresponding pages, in hopes that it would work: <!--- Display a custom message for REQUEST errors ---> <cferror type="request" template="errorRequest.cfm" mailto="#errorEmail#"> <!--- Display a custom message for EXCEPTION errors ---> <cferror type="exception" template="errorException.cfm" mailto="#errorEmail#" exception="any"> But the most common errors are request errors and because you can't use any CF on that page it doesn't send me an email. I've looked all over the web and everyone says the same thing, the same thing I have up above. Can you anyone help? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase RoboHelp from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=59 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1322 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
