Just through I'd start having a play with Farcry and am liking it so far.
One little prob, thats so simple I'm sure its come up many times before... When I installed it, I was working on the server machine and was doing all the setup with the server name as 'localhost'. I set up the test site and it was working fine from the actual server machine... when I access it from another machine I get a "Element MODE.BADMIN is undefined in REQUEST." error.
Is there an easy way to fix this?
2 options here.
1. If you are running your site from the root of your webserver, delete the apps.cfm file.
2. If you are not running your site from the root of your webserver, you need to add an entry for all addresses that host the site, eg localhost and www.mydomain.com. An example apps.cfm in this case would look like this:
<cfscript> stApps = structNew(); stApps['localhost'] = 'farcry_test'; stApps['www.mydomain.com'] = 'farcry_test'; </cfscript>
(farcry_test being the name of the directory for your farcry application).
Hope that helps :)
-Brendan http://farcry.daemon.com.au
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
