Thanks Brendan and Geoff
Getting a bit further :-)

Geoff, I changed the 'staffportal' that was named in the Application.cfm
file to 'ncc-farcrytemplate' and I now get the error:

'Parameter 1 of function IsDefined, which is now
"server.dmSec.ncc-farcrytemplate.dmSecSCache", must be a
syntactically valid variable name.'

Which is the same as the error I get from the farcry admin area after I
log in.

Brendan, I have renamed the data source mapping in CF Administrator to
'nccfarcrytemplate'
The dir structure is as follows:

Applications
        farcry_aura (which I know I can delete)
        ncc-farcrytemplate
                www
        farcry_core
        fourq

the apps.cf file in the root of the Applications dir contains:

<cfscript>
stApps = structNew();
stApps['www.ncc.nsw.gov.au'] = 'ncc-farcrytemplate';
</cfscript>

the _serverSpecificVars.cfm is:

<cfscript>
application.dsn = "nccfarcrytemplate";
application.dbtype = "odbc";
application.dbowner = "dbo."; // don't forget the "."

application.path.project =
replaceNoCase(replace(getCurrentTemplatePath(),"\","/","all"),"/config/_
serverSpecificVars.cfm","");
application.path.core =
listDeleteAt(application.path.project,listlen(application.path.project,"
/"),"/") & "/farcry_core";
        
// application web urls
application.url.webroot = "/ncc-farcrytemplate";
application.url.farcry = "/farcry"; //admin
        
application.packagepath = "farcry.farcry_core.packages";
application.custompackagepath =
"farcry.#application.applicationname#.packages";
application.securitypackagepath = application.packagepath & ".security";
</cfscript>

        



*********** Confidentiality and Disclaimer Statement *****************
The information in this e-mail and any attachments are confidential 
and may be subject to legal professional privilege. It is intended 
solely for the attention and use of the named addressee(s). If you are 
not the intended recipient, or person responsible for delivering this 
information to the intended recipient, please notify the sender 
immediately. Unless you are the intended recipient or his/her 
representative you are not authorised to, and must not read, copy, 
distribute, use or retain this message or any part of it.

Opinions, conclusions and other information expressed in this message 
are not given or endorsed by NCC unless otherwise indicated by an 
authorised officer independent of this message.

NCC has implemented anti-virus software, and whilst all care is taken, 
it is the recipient's responsibility to ensure that the message and 
any attachments are scanned for viruses prior to use.

This footnote also confirms this e-mail message has been read 
electronically by an e-mail content breakdown system.

Newcastle City Council
Home Page: http://www.newcastle.nsw.gov.au
E-mail: mailto:[EMAIL PROTECTED]
**********************************************************************


---
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

Reply via email to