I'm trying out OpenBD for the first time, after using Coldfusion on numerous
other builds. I'm trying to use the following in an application.cfm, which
I've used for testing purposes in the past:
<cfif listfindNoCase(application.adminIP,remote_host)>
<cferror type="exception" exception="any"
template="error_debugger.cfm">
<cferror type="request" exception="any"
template="error_debugger.cfm">
<cfelse>
<cferror type="exception" exception="any"
template="error_message.cfm">
<cferror type="request" exception="any"
template="error_message.cfm">
</cfif>
But the resultant page, which usually displays the error message / emails
the error message in this case just shows everything as if there were no
cfoutput (in the case of *debugger.cmF) or cfmail (the the case of
*message.cfm).
Has anyone else encountered something similar?
I'm running this on a Linux/Tomcat environment.
________________________
Twin Towers Design Company
http://twintowersdesign.com
908.787.8152
--~--~---------~--~----~------------~-------~--~----~
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 !!
-~----------~----~----~----~------~----~------~--~---