I'm having some errors on a website and i dont want users to see that "bomb" that is the standard CF error page. I've made a site wite error handler for client's website but this is leading to dificulty when i need to correct the errors.
Since cfmx does not log the error.tagContext (that blue and gray part of the error page), and, since i'm using FB3, i dont know where the error come from. I'm trying to put a cfmail in a exeption error handler file that mails me the error.tagContext when an exeption error occurs. The problem is that i cant get it done. Every time i output the error.tagContext variable looks like CF forgets everything else and just output it. He strips the layout and text for the error template and just show me the content of this variable. I've tried to HTMLEditFormat(error.tagContext), cfsavecontent, HTMLCodeFormat, but none of this helped. Could you give me a hand? Thank you =) BP. _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

