Dashboard > FarCry 4.0 Developers Guide > Home > Known Issues > Could not find the included template
FarCry 4.0 Developers Guide
Could not find the included template
Added by Geoff Bowers , last edited by Geoff Bowers on Jul 05, 2007  (view change)
Labels: 
(None)

Overview

There's been an update to the way IncludedObjects are referenced in order to accommodate "includes" in plugins. You may need to update the way you reference the IncludedObj in your dmInclude webskin templates.

If you are seeing the following error then all you need is a simple update:

Could not find the included template /farcry/projects/daemon/includedObj//farcry\projects\daemon\includedObj/_sitemap.cfm.

Solution

Use the following code for your dmInclude webskin templates instead of cfinclude:

<!--- import tag library top of page --->
<cfimport prefix="skin" taglib="/farcry/core/tags/webskin" />

<!--- reference the include using the custom tag --->
<skin:include template="#stobj.include#" />

Powered by a free Atlassian Confluence Open Source Project License granted to FarCry CMS. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators