Hey all.

I have two apps(on two different servers), where I'm seeing errors stating
that CF can't find a given include.

The set-up is CF 8.0 on Windows 2003 with IIS 6 and SQL Server 2005 on both.

In both cases I am using a mapping defined in App.cfc:

<cfset THIS.mappings["/includes"] = "path\to\includes">

On one app the page looks like this:

<cfinclude template="/includes/my-include.cfm">
Some basic CF and HTML
<cfinclude template="/includes/my-other-include.cfm">

and the error comes from either of the include lines. 'Could not find the
included template /includes/my-include.cfm.' or 'Could not find the included
template /includes/my-other-include.cfm.'.

I put this down to CF being under load and was willing to put up with it,
but now on another app on a much better server with even less intensive
code, I'm getting the same error.

Has anyone else come across this before? Is it a known issue? Are there any
solutions?

Thanks.

Adrian Lynch
http://www.adrianlynch.co.uk/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305797
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to