(Note: I posted this on the farcry-user list in error. Sorry for the double post)
I am having trouble getting FarCry set up on a shared host. The site index page loads, I can get to the admin log in screen, where I can try to log in and receive the following note: Could not find the included template _dmProfile/getProfile.cfm Below you'll find URL's for site and admin, CFMapping info, and the content of my ServerSpecificVars.cfm file: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Site: http://cfnewbie.protectedsite.net/cfnewbie_farcry/www/index.cfm Admin: http://cfnewbie.protectedsite.net/farcry_core/admin/index.cfm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CF Mapping: /farcry E:\Inetpub\cfnewbie\web ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ServerSpecificVars.cfm: <cfsetting enablecfoutputonly="Yes"> <cfscript> application.dsn = "cfnewbie"; 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 = "/cfnewbie_farcry/www"; application.url.farcry = "/farcry_core/admin" ; application.packagepath = "farcry.farcry_core.packages"; application.custompackagepath = "farcry.#application.applicationname#.packages"; application.securitypackagepath = application.packagepath & ".security"; </cfscript> <cfsetting enablecfoutputonly="no"> Any feedback is appreciated, Tom --- 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/
