Skip to main content
Participant
March 29, 2009
Question

How can I solve this proble

  • March 29, 2009
  • 2 replies
  • 469 views
How can I solve this problem " Could not find the included template includes/udf.cfm.
Note: If you wish to use an absolute template path (e.g. TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you must create a mapping for the path using the ColdFusion Administrator. Using relative paths (e.g. TEMPLATE="index.cfm" or TEMPLATE="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.

The error occurred in F:\hshome\kunstart\blog.zeaqraht.com\Application.cfm: line 33

31 : <cferror type="exception" template="error.cfm">
32 :
33 : <cfinclude template="includes/udf.cfm">
34 :
35 : <!--- By default we cache a lot of information. Allow reinit=1 in the URL to restart cache. --->

Please try the following:

* Check the ColdFusion documentation to verify that you are using the correct syntax.
* Search the Knowledge Base to find a solution to your problem.

Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Remote Address 209.148.136.211
Referrer
Date/Time 31-Mar-09 08:40 AM
Stack Trace
at cfApplication2ecfm1925097472.runPage(F:\hshome\kunstart\blog.zeaqraht.com\Application.cfm:33)

coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template includes/udf.cfm.
at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:283)
at cfApplication2ecfm1925097472.runPage(F:\hshome\kunstart\blog.zeaqraht.com\Application.cfm:33)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:30)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:93)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
"? I encountered the problem while I was setting up blog CFC5. Appreciate your help.
This topic has been closed for replies.

2 replies

Inspiring
March 29, 2009
quote:

Originally posted by: Zeaqraht1
How can I solve this problem "Error Executing Database Query"? I encountered the problem while I was setting up blog CFC5. Appreciate your help.

Read the entire error message, not just the title. It often, but not always tells you what is wrong.
BKBK
Community Expert
Community Expert
March 29, 2009
It usually means there is an error in your SQL script. Could you show us all of the error message?