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.
You get this error running the installer?? What database are you using?
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.
The debugging information is from your ColdFusion server and not FarCry.
From the remote machine - http://hosturl/farcry, I got the error message:
MY APPS.CFM <cfscript> stApps = structNew(); stApps['127.0.0.1'] = 'farcry_test'; </cfscript>
You need to update your apps.cfm to include the "hosturl" domain that you want to access FarCry from.
Eg. stApps['hosturl'] = 'farcry_test';
If you are running FarCry under a specific domain then simply delete the apps.cfm file. It is only useful for developers running multiple applications, within sub directories under a specific domain.
-- geoff http://www.daemon.com.au/
--- 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/
