When I click on my containers in design mode I’m getting the following error on the pop up page.  Now here’s the weird part.  They were working before.  Any idea what might cause this.  Normally I get this error if I don’t have a mapping set in coldfusion administrator.  But nothing has changed in the CF administrator and it was working earlier.

 

Could not find the included template /Application.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 D:\Websites\applications\farcry_core\admin\Application.cfm: line 9

7 : 
8 :     <cfcatch>
9 :            <cfinclude template="/Application.cfm">
10 :    </cfcatch>
11 : </cftry>

 

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to