Are you declaring your site wide error handlers in the application file or are you declaring them in the CFADMIN area?
The thing with the errors that you are creating is that the two mods to the code you made will have very different results and I don't think the error handlers that are declared in your pages will ever fire under the circumstances you are describing... Also I just spotted this.... <cferror type="REQUEST" template="oops.html"> <cfcatch type="Any"> <cfinclude template="oops.cfm"><cfabort> </cfcatch> You are referencing an oops.html and an oops.cfm file in the same template as different error handlers... Is that correct??? Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:201956 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

