After running the installer, all three steps are done. In addition, I also got the following message:
_expression_ Exception - in C:\farcry\farcry_core\admin\includes\cfFunctionWrappers.cfm : line 39 Element RECORDCOUNT is undefined in Q.
I can still log on to farcry from the host machine - http://127.0.0.1/farcry. But after enter the admin information such as first name, last name etc. (first time log in), the pop up window says: UPDATE SUCCESSFUL Debugging Information Template /farcry/edit.cfm Remote IP 127.0.0.1 Host Name 127.0.0.1 And by clicking on tabs ADMIN, SITE etc. I got other debugging information. >From the remote machine - http://hosturl/farcry, I got the error message: 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:\farcry\farcry_core\admin\Application.cfm: line 9 7 : 8 : <cfcatch> 9 : <cfinclude template="/Application.cfm"> 10 : </cfcatch> 11 : </cftry>
mapping and apps info:
unzipped farcry to C:\farcryMY APPS.CFM
<cfscript> stApps = structNew(); stApps['127.0.0.1'] = 'farcry_test'; </cfscript>
MY CFMX SERVER VIRTUAL MAPPINGS in JRUN-WEB.XML:
<virtual-mapping>
<resource-path>/farcry</resource-path>
<system-path>C:/farcry/farcry_core/admin/</system-path>
</virtual-mapping>
<virtual-mapping>
<resource-path>/farcry_test</resource-path>
<system-path>C:/farcry/farcry_test/www/</system-path>
</virtual-mapping>
-------------------------------------------------------------------------------------
MY CFMX MAPPING IN CFMX ADMINISTRATION:
Logical path - /farcry
Directory path - C:\farcry
Thanks!
Cindy
---You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
