Yes I do. Sorry - habit of typing from my windows server deployments. The Application.cfm file is properly loading/running, and in the case of an error, correctly loads the error page, however instead of seeing the dump or receiving the email, we just an output of both pages, as follows:
(This code exists inside of a <cfoutput> tag on one, and exists inside of a <cfmail> on the other. Neither seems to execute.) There was a problem with the following: WEBSITE: #server_name# PAGE: #script_name# QUERY STRING: #query_string# FULL PAGE: http://#server_name#/#script_name#?#query_string# ERROR TIME: #dateformat(now(),'dd-mmm-yyyy')# #timeformat(now (),'h:mm:ss tt')# FORM INFORMATION: #i#: #evaluate('Form.' & i)# DIAGNOSTIC INFORMATION: #cfcatch.message# Caught an exception, type = #CFCATCH.TYPE# The contents of the tag stack are: #sCurrent["ID"]# #cfcatch.Message# Error Detail: #cfcatch.Detail# Line: #sCurrent["LINE"]# Column: #sCurrent["COLUMN"]# Template: #sCurrent["TEMPLATE"]# ERROR LOG INFORMATION: Error Occurred: #dateformat(error.DateTime, 'mm/dd/yyyy')# #timeformat (error.DateTime, 'hh:mm:ss')# Error Type: #error.rootcause.type# Error Message: #Error.Rootcause.Message# Error Detail: #error.rootcause.detail# Template: #error.tagcontext [1].template# Line: #error.tagcontext[1].line# Column: #error.tagcontext[1].Column# SESSION VARIABLES: #i#: #session[i]# VISITOR INFORMATION: HTTP REFERRER: N/A#cgi.HTTP_REFERER# Remote Host: #cgi.REMOTE_HOST# Browser: #cgi.HTTP_USER_AGENT# On Mar 20, 5:23 pm, Matthew Woodward <[email protected]> wrote: > Steven Springer wrote: > > I'm running this on a Linux/Tomcat environment. > > Do you have a capital "A" on "Application.cfm" ? > > -- > Matt Woodward > [email protected]http://www.mattwoodward.com/blog > > Please do not send me proprietary file formats such as Word, PowerPoint, etc. > as attachments.http://www.gnu.org/philosophy/no-word-attachments.html > > smime.p7s > 4KViewDownload --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
