I get one node and one include at the bottom of my site tree, thus:
|
- # Forum
|_> Forum
I add a forum called "Test" via the content tab and then drill to it
from my site home page and I get a blank page.
If I hit the View button on the Forum add screen in the admin interface
I get the following error:
Error Occurred While Processing Request
Could not find the included template
/farcry/farcry_webdevteam/webskin/includes/dmheader.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
/var/www/fc_applications/farcry_core/packages/types/_dmForum/display.cfm
: line 40
Called from
/var/www/fc_applications/farcry_core/packages/types/dmForum.cfc: line 82
Called from : line 1
Called from /var/www/fc_applications/fourq/tags/contentobject.cfm: line
38
Called from
/var/www/fc_applications/farcry_core/tags/navajo/display.cfm: line 202
Called from /var/www/fc_applications/farcry_webdevteam/www/index.cfm:
line 4
38 :
39 : <!--- header --->
40 : <cfmodule
template="/farcry/#application.applicationname#/webskin/includes/dmheade
r.cfm" pageTitle="#stObj.title#">
41 :
42 : <cfoutput>
------------------------------------------------------------------------
--------
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/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Remote Address 10.192.18.176
Referrer
http://blacksheep.industry.gov.au/farcry/dynamic/forumListing.cfm
Date/Time 19-Jan-04 02:54 PM
Stack Trace (click to expand)
at
cfdisplay2ecfm258940781.runPage(/var/www/fc_applications/farcry_core/pac
kages/types/_dmForum/display.cfm:40) at
cfdmForum2ecfc1999540414$funcDISPLAY.runFunction(/var/www/fc_application
s/farcry_core/packages/types/dmForum.cfc:82) at Statement51.evaluate(:1)
at
cfcontentobject2ecfm894898325.runPage(/var/www/fc_applications/fourq/tag
s/contentobject.cfm:38) at
cfdisplay2ecfm1096386789.runPage(/var/www/fc_applications/farcry_core/ta
gs/navajo/display.cfm:202) at
cfindex2ecfm1957902518.runPage(/var/www/fc_applications/farcry_webdevtea
m/www/index.cfm:4)
coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could
not find the included template
/farcry/farcry_webdevteam/webskin/includes/dmheader.cfm.
at
coldfusion.tagext.lang.ModuleTag.setTemplate(ModuleTag.java:163)
at
cfdisplay2ecfm258940781.runPage(/var/www/fc_applications/farcry_core/pac
kages/types/_dmForum/display.cfm:40)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1871)
at
cfdmForum2ecfc1999540414$funcDISPLAY.runFunction(/var/www/fc_application
s/farcry_core/packages/types/dmForum.cfc:82)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:338)
at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.j
ava:250)
at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:
53)
at
coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:203)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:165)
at
coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:192)
at
coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:130)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1622)
at Statement51.evaluate(<generated>:1)
at
coldfusion.compiler.ExprClassLoader.evaluate(ExprClassLoader.java:134)
at coldfusion.runtime.CFPage.Evaluate(CFPage.java:2320)
at
cfcontentobject2ecfm894898325.runPage(/var/www/fc_applications/fourq/tag
s/contentobject.cfm:38)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.j
ava:60)
at
coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:256)
at
coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1881)
at
cfdisplay2ecfm1096386789.runPage(/var/www/fc_applications/farcry_core/ta
gs/navajo/display.cfm:202)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.j
ava:60)
at
coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:256)
at
coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1881)
at
cfindex2ecfm1957902518.runPage(/var/www/fc_applications/farcry_webdevtea
m/www/index.cfm:4)
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.ApplicationFilter.invoke(ApplicationFilter.java:107)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
at
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
at
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersist
enceFilter.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.j
ava:348)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java
:451)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.jav
a:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Something missing?
Steve
--
Stephen Collins
Internet, Intranet and Infrastructure Section
eBusiness Division
__________________________________________________
Department of Industry, Tourism and Resources
Level 12, 20 Allara Street, Canberra City ACT 2600
GPO Box 9839, Canberra ACT 2601
E [EMAIL PROTECTED]
P +61 2 62137193
C +61 410 680722
F +61 2 62136227
**********************************************************************
The information contained in this e-mail, and any attachments to it, is
intended for the use of the addressee and is confidential. If you are not the intended
recipient you must not use, disclose, read, forward, copy or retain any of the
information. If you have received this e-mail in
error, please delete it and notify the sender by return e-mail or telephone.
The Commonwealth does not warrant that any attachments are free from viruses or any
other defects. You assume all liability for any loss, damage or other consequences
which may arise from opening or using the attachments.
***********************************************************************************
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004