Hi AJ,

In Coldfusion, I have the following mappings:
/ is mapped to c:\inetpub\wwwroot
/farcry is mapped to c:\inetpub\wwwroot\farcry4

In IIS, I have:
A web site named: wwwdev.myProject.com.au which points to C:\Inetpub
\wwwroot\farcry4\projects\myProject\www
In the web site, I have a virtual directory for farcry which points to
C:\Inetpub\wwwroot\farcry4\core\admin

Thanks a lot for your help.

Regards,

Glenn.

On 5 Dec, 16:43, "AJ Mercer" <[EMAIL PROTECTED]> wrote:
> 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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