Hello Everyone,
I'm actually having problem on my XP IIS, I copied new website but it wont work while all others are working fine. I have created new virtual directory but still now working. Some say to create new web site instead but It won't allow this option. When Right click on Default website + New only new virtual directory is there no option for new websites. This is the error coming up :
Could not find the included template /businesslogic/cf_UDF.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 C:\Inetpub\wwwroot\dummy\dummy\businesslogic\module.cfm: line 776
Called from C:\Inetpub\wwwroot\dummy\dummy\businesslogic\module.cfm: line 1
Called from C:\Inetpub\wwwroot\dummy\dummy\businesslogic\module.cfm: line 1
Called from C:\Inetpub\wwwroot\dummy\dummy\businesslogic\commonfunction.cfm: line 246
Called from C:\Inetpub\wwwroot\dummy\dummy\Application.cfm: line 254
774 :
775 : <!--- include general functions --->
776 : <cfinclude template="/businesslogic/cf_UDF.cfm">
777 :
778 : </cfoutput>
Can anyone please help?
Many Thanks