While I still can't get /install to work, I saw someone else recommend
/updates. Doing that gives me:

 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
C:\projects\farcry\farcry_core\admin\updates\Application.cfm: line 10

8 :         <cfinclude template="/#listGetAt(CGI.SCRIPT_NAME, 1,
'/')#/Application.cfm">
9 :     <cfcatch>
10 :         <cfinclude template="/Application.cfm">
11 :     </cfcatch>
12 :     </cftry>

Why is line 10 doing /Application.cfm? That assumes I have an
application.cfm in my web server root, which I do not.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to