|
Could not find the included template ../links-top.cfm.
Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in application.cfc. Otherwise, on this system "/" automatically points to the root directory for the site (www.clarkwebdesign.com). Using relative paths (for example, 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 wwwroot\forms\password.cfm Line 124
Site Owner: Click to hide extended details.
This error has been recorded in the logs directory for your website.
To display your own content instead of this page, use a file named
cf_custom_error.cfm file in the root directory for clarkwebdesign.com.
(Include <cfdump var="#error#"> to display detailed error information as shown below.)
ColdFusion Documentation (LiveDocs)
| struct |
| Browser |
CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
|
| DateTime |
{ts '2012-02-03 20:52:52'}
|
| Diagnostics |
Could not find the included template ../links-top.cfm. Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. <br> Using relative paths (for example, 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. <br>The error occurred on line 124.
|
| GeneratedContent |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- end checking to see if the "retrieve" button has been pushed -->
<html>
<head>
<title>Clark Web Design, Internet Marketing, Graphic Design in St. Cloud, Osceola County Florida</title>
<link rel="STYLESHEET" type="text/css" href="../css/style.css">
<link rel="stylesheet" type="text/css" href="../css/nav.css">
<style type="text/css">
#topArea{
float: right;
width:537px;
height:51px;
}
#navArea{
float:left;
width: 960px;
height: 77px;
background-image: url(../images/sub-nav.jpg);
background-repeat: no-repeat;
text-align:right;
line-height: 81px;
}
form label {
clear:both;
color:#666666;
display:block;
float:left;
padding:3px 10px 2px 0;
text-align:right;
width:120px;
}
legend {
padding: 2px 10px;
color: #9DCB99;
font-weight: bold;
background: #0d4271;
border: 4px double white;
font-family: arial,tahoma,verdana;
font-size:12px;
color: #fff;
}
#mid-index{
float: left;
background: #ffffff;<br>
color: #000000;
width: 415px;
padding: 20px 30px;
text-align: left;
}
#mid-index input{
padding: 2px 0;
margin: 2px 0;
}
#mid-index h2{
font-size: 16px;
padding: 0;
margin: 0;
}
#mid-index img{
padding: 0 10px 10px 0;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="topArea">
<div id="login">
<A href="http://www.facebook.com/rickaclark#!/clarkwebdesign?v=wall</a>" target="_blank"><img align="right" src="../images/btn-face.jpg" width="37" height="37" alt="Visit us on Facebook" border="0" STYLE="MARGIN-TOP:12PX;"></A>
<a href="http://twitter.com/clarkwebdesign" target="_blank"><img align="right" src="../images/btn-twit.jpg" width="37" height="37" alt="Visit us on Twitter" border="0" vspace="0" STYLE="MARGIN-TOP:12PX;"></a>
<a href="http://www.linkedin.com/in/rickaclark" target="_blank"><img align="right" src="../images/btn-in.jpg" width="37" height="37" alt="Visit us on Linked-in" border="0" vspace="0" STYLE="MARGIN-TOP:12PX;"></a>
|
| HTTPReferer |
[empty string]
|
| Mailto |
[empty string]
|
| Message |
Could not find the included template ../links-top.cfm.
|
| QueryString |
[empty string]
|
| RemoteAddress |
38.107.179.228
|
| RootCause |
| struct |
| Detail |
Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. <br> Using relative paths (for example, 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 ../links-top.cfm.
|
| MissingFileName |
../links-top.cfm
|
| StackTrace |
coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template ../links-top.cfm.
at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:416)
at cfpassword2ecfm1746325879.runPage(E:\webs\clarkwebdesign.com\wwwroot\forms\password.cfm:124)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:483)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:288)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:198)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
124
|
| RAW_TRACE |
at cfpassword2ecfm1746325879.runPage(E:\webs\clarkwebdesign.com\wwwroot\forms\password.cfm:124)
|
| TEMPLATE |
E:\webs\clarkwebdesign.com\wwwroot\forms\password.cfm
|
| TYPE |
CFML
|
|
|
| TagName |
CFINCLUDE
|
| Type |
MissingInclude
|
|
| StackTrace |
coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template ../links-top.cfm.
at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:416)
at cfpassword2ecfm1746325879.runPage(E:\webs\clarkwebdesign.com\wwwroot\forms\password.cfm:124)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:483)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:288)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:198)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
124
|
| RAW_TRACE |
at cfpassword2ecfm1746325879.runPage(E:\webs\clarkwebdesign.com\wwwroot\forms\password.cfm:124)
|
| TEMPLATE |
E:\webs\clarkwebdesign.com\wwwroot\forms\password.cfm
|
| TYPE |
CFML
|
|
|
| Template |
/forms/password.cfm
|
| Type |
coldfusion.runtime.CfErrorWrapper
|
|