Investigate the cferror tag (goes in application.cfm): <cferror type="EXCEPTION" template="error.cfm" />
it will do what you want - I have 'error.cfm' log everything about error (cfcatch like struct) and page request, session etc and log it and email a notification. This is for all unhandled errors (cf or thrown) Elliot "Jamie Lawrence Jenner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > hi guys, > > i am thinking of creating a global (across many sites) (basic) error > handling cfc. Basically, how i see it happening, is any errors which occur > are caught, passed to the error cfc, inputs error info into db, and > outputs an explanation to joe public. > > basically i am looking for some guidlines on how to implement this. What > methods are currently used? > > How can i catch (apart from using try catch) an error which happens on all > requests? onrequestend.cfm maybe? or within application.cfm? > > cheers > > jamo > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
