I think you are referring to the page that you specify in the CF Admin
Settings page for Missing Template Handler.  

I can't remember if I found anyplace that specified exactly what was
allowed, but what I have in mine is the following code, which works
great.

<cfmail to="" from="" subject="Template Error" type="html">
<strong>HTTP_REFERER: </strong>#cgi.HTTP_REFERER#<br />
<strong>HTTP_USER_AGENT: </strong>#cgi.HTTP_USER_AGENT#<br />
<strong>SCRIPT_NAME: </strong>#cgi.SCRIPT_NAME#<br />
<strong>REQUEST_METHOD: </strong>#cgi.REQUEST_METHOD#<br />
<strong>REQUEST_BODY: </strong>#cgi.REQUEST_BODY#<br />
<strong>REMOTE_IDENT: </strong>#cgi.REMOTE_IDENT#<br />
<strong>REMOTE_HOST: </strong>#cgi.REMOTE_HOST#<br />
<strong>QUERY_STRING: </strong>#cgi.QUERY_STRING#<br />
<strong>HTTP_HOST: </strong>#cgi.HTTP_HOST#<br />
</cfmail>

That usually sends me everything I need to know to fix the problem. 

Peter


> -----Original Message-----
> From: Ian Skinner [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 10, 2006 12:11 PM
> To: CF-Talk
> Subject: Missing Template Handler
> 
> I've tried to search the documentation, but I have not found what can
one actually do
> in a template designated as a missing template handler in the CF
administrator?
> What information, if any, is passed to the template?
> 
> 
> --------------
> Ian Skinner
> Web Programmer
> BloodSource
> www.BloodSource.org
> Sacramento, CA
> 
> ---------
> | 1 |   |
> ---------  Binary Soduko
> |   |   |
> ---------
> 
> "C code. C code run. Run code run. Please!"
> - Cynthia Dunning
> 
> Confidentiality Notice:  This message including any attachments is for
the sole use of
> the intended
> recipient(s) and may contain confidential and privileged information.
Any
> unauthorized review, use, disclosure or distribution is prohibited. If
you are not the
> intended recipient, please contact the sender and delete any copies of
this message.
> 
> 
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256143
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to