Here's a gif of what it looks like on my dev server

http://foohbar.com/kaboom/errorscreen.gif

And to stir the pot further, Its NOT doing it on my live server.  I
uploaded the same bad code to a live web site and my own site-wide
error handler works fine.  It may be that the for-real error handler i
have runs thru a cfswitch, which then branches out to different
cfincludes to do stuff depending on what domain is involved

cfswitch expression=#cgi.http_server_name#
cfcase value=foohbar.com
   cfinclude template=cfdumper.cfm
   cfinclude template=dumpemailer.cfm
   cfinclude template=friendlyerrorscreen.cfm
/cfcase
/cfswitch

so maybe if you run thru other templates like this the problem never
happens.  Talk about an obscure bug.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201961
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

Reply via email to