Could not find the included template

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#" />