Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Cannot find CFML template for custom tag" error

Status
Not open for further replies.

micjohnson

Programmer
Nov 9, 2000
86
US
I am using ColdFusion MX 6.1. I am calling <cf_session_check> custom tag from my application.cfm. On the server, the custom tag folder has mapped to D:/CfusionMX/Custom Tags/COSTT and the custom tag template "cf_session_check .cfm" has placed at the above location.

But when i run the application, i am getting this error.

....................................................

Cannot find CFML template for custom tag costs_session_check.

ColdFusion attempted looking in the tree of installed custom tags but did not find a custom tag with this name.

The error occurred in Application.cfm: line 952

950 : <cfoutput>
951 : <!--- call custom tag for session check --->
952 : <cf_session_check>

...............................................

Any suggestion.

Thanks in advance.

micjohnson
 
above you have a trailing space before the .cfm in the file name... is that a type-o?

We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.
 
No. Thats a mistake. There is no space between.

micj.
 
Move the template into the same directory as your application.cfm.



Hope This Helps!

ECAR
ECAR Technologies, LLC

"My work is a game, a very serious game." - M.C. Escher
 
No. It does not help. I kept that custom tag template with appliation.cfm folder. Still i am getting same error.

micj.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top