Ticket #421 (new defect)

Opened 15 years ago

Install Error

Reported by: lang@… Owned by:
Priority: highest Milestone: 3.2
Version: 3.1.299 Severity: normal
Keywords: Cc:

Description

Following directions exactly gives this error....

http://docs.model-glue.com/wiki/Training/Section01#Section1:Installation

Could not find the included template /ModelGlue/gesture/ModelGlue.cfm. Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion? Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. Using relative paths (for example, 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\PlantOMatic\index.cfm: line 50

48 : 49 : <!--- If your path to ModelGlue?.cfm is different, you'll need to change this line. ---> 50 : </cfsilent><cfinclude template="/ModelGlue/gesture/ModelGlue.cfm" />

Note: See TracTickets for help on using tickets.