We've got a problem with a cfmodule not recognizing a ColdFusion mapping. We mapped /CFIDE/ to point to C:\INETPUB\WWWROOT\CFIDE\.  My site is on drive D on the same server.  When I call this tag:

<cfmodule template="/CFIDE/Administrator/cffile_upload.cfm" filefield="#thisField#" destination="#UploadPath#" nameconflict="makeunique">   

I get the following error:

Could not find the included template /CFIDE/Administrator/cffile_upload.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 site's running on CFMX.  I've never run into ColdFusion ignoring a mapping before, so I'm not sure what to even try for this one.  Any ideas will be greatly appreciated!

Thanks!
~M
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to