| struct |
| Detail |
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.
|
| Message |
Could not find the included template ../styles/10/extranav.cfm.
|
| MissingFileName |
../styles/10/extranav.cfm
|
| StackTrace |
coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template ../styles/10/extranav.cfm.
at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:292)
at cfside_index2ecfm591605715.runPage(E:\InetPub\AACD\imisconvention\styles\_default\side_index.cfm:35)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
at cfheader2ecfm180402429.runPage(E:\InetPub\AACD\imisconvention\ScriptContent\header.cfm:19)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
at cfindex2ecfm738562410.runPage(E:\InetPub\AACD\imisconvention\ScriptContent\index.cfm:38)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
at coldfusion.CfmServlet.service(CfmServlet.java:107)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
35
|
| RAW_TRACE |
at cfside_index2ecfm591605715.runPage(E:\InetPub\AACD\imisconvention\styles\_default\side_index.cfm:35)
|
| TEMPLATE |
E:\InetPub\AACD\imisconvention\styles\_default\side_index.cfm
|
| TYPE |
CFML
|
|
| 2 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
19
|
| RAW_TRACE |
at cfheader2ecfm180402429.runPage(E:\InetPub\AACD\imisconvention\ScriptContent\header.cfm:19)
|
| TEMPLATE |
E:\InetPub\AACD\imisconvention\ScriptContent\header.cfm
|
| TYPE |
CFML
|
|
| 3 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
38
|
| RAW_TRACE |
at cfindex2ecfm738562410.runPage(E:\InetPub\AACD\imisconvention\ScriptContent\index.cfm:38)
|
| TEMPLATE |
E:\InetPub\AACD\imisconvention\ScriptContent\index.cfm
|
| TYPE |
CFML
|
|
|
| Type |
MissingInclude
|