might be a problem with web server mappings
where do you have the following mapped to

/    (webroot)
/farcry


On Dec 5, 2007 2:36 PM, Glenn <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I've just downloaded the current release of Farcry and installed it.
> The front-end seems to work correctly, but I receive this error
> message when running the administration section: "Could not find
> project application":
> The error occurred in C:\Inetpub\wwwroot\farcry4\core\tags\farcry
> \callProjectApplication.cfm: line 47
>
> I've searched through the code and it looks like it's trying to
> include the /Application.cfm file but can't find it.
>
> In farcry/core/tags/farcry/callProjectApplication.cfm and
> callProjectOnRequestEnd.cfm , is the following code:
>
>        <cfif pos GT 1>
>                <cfset projectName = mid(scriptName, 1, pos - 1) />
>                <cfset loc = trim("/farcry/projects/#projectName#/www/
> Application.cfm") />
>        <cfelse>
>                <cfset loc = "/Application.cfm" />
>        </cfif>
>
> Variable loc is set to "/Application.cfm", so Farcry isn't trying to
> use my application's files for some reason (pos = 1).
>
> For the moment, I can get around this by hardcoding loc to point to my
> site's application.cfm file. Everything seems to work now.
>
> I was wondering if this is a bug, or do I have something wrong with my
> application setup?
>
> Thanks for your help.
>
> Regards,
>
> Glenn.
> >
>


-- 

AJ Mercer
Web Log: http://webonix.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to