Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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#" />
  • No labels