OK, a follow-up. This just confuses me even more. Did I mention that I was using Coldfusion 7? Anyway, trying to debug DumpMonger as you suggested. Do not understand why this is happening but if I comment out the cfsavecontent tags then all of the relevant structures are output to the screen and the ugly standard coldfusion error message is displayed at the bottom of the page still. If I leave the cfsavecontent tags in and then try to dump the cfsavecontent variable nothing is displayed except the ugly standard coldfusion error. I cannot see what I am doing wrong here, using those immortal words that we all use at somepoint 'this code should work!'. Does anyone know of any problem with Coldfusion 7 and site-wide error handling, I do not have a development CFMX box to try it on at the moment?
-----Original Message----- From: Andy McShane [mailto:[EMAIL PROTECTED] Sent: 19 September 2005 10:10 To: CF-Talk Subject: RE: Site-wide error handler? Thanks for sharing that code Matt, it is exactly what I have been looking for so I will continue to search for what I have done wrong to stop it working. I do have the other templates inside of the same directory so I think that I must be triggering another error apart from my intended one and so I will try to locate that. -----Original Message----- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: 16 September 2005 21:59 To: CF-Talk Subject: Re: Site-wide error handler? Hi Andy, I wrote that handler, and it runs on a bunch of CF 6.1 servers and on some others I manage that are on CF5. I just looked at my own server's code and it follows that model pretty much exactly. Are you putting your included display pages in the same folder as the site-wide error handler? Or are you putting them in with the domain? If the site-wide handler is in c:/cfusionmx/wwwroot/myerrors/ then all of your include files have to be there as well if you are calling them as you are in that code. There's no problem with cfsavecontent. I've been using it in this context for ages. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com <http://mysecretbase.com> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218593 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

