On Feb 27, 9:01 pm, Adam Reynolds <[EMAIL PROTECTED]> wrote:
> I have 4 sites on one server that I needed to get up and running using
> Farcry.
>
> So using MySQL I went through the following steps:
> Install of Sites 1..3 fine. I even started changing content and layouts.
>
> Site 4 kept on coming up with:
> Error Occurred While Processing Request
> Element SYSINFO.BSERVERSPECIFICREQUESTSCOPE is undefined in APPLICATION.
>
> So I thought I'd be clever and remap site 4 in IIS to point at site 1.
>
> Suddenly none of the sites are working. I did notice that Farcry uses
> the Server scope rather to hold stuff and this seems to be where it is
> now falling over:
>
> Element extremesports is undefined in a CFML structure referenced as
> part of an expression.
>
> The error occurred in
> C:\farcry\core\packages\security\authorisation.cfc: line 51
> Called from C:\farcry\core\packages\security\authorisation.cfc: line 45
> Called from C:\farcry\core\packages\security\authorisation.cfc: line 393
> Called from C:\farcry\core\tags\navajo\display.cfm: line 215
> Called from C:\farcry\core\tags\navajo\display.cfm: line 1
> Called from C:\farcry\projects\extremesports\www\index.cfm: line 4
>
> 49 :                 for( i=1; i lte arrayLen(aObjectIds); i=i+1 )
> 50 :                 {
> 51 :                     if( not
> StructKeyExists(server.dmSec[application.applicationname].dmSecSCache,
> aObjectIds[i]) )
> 52 :                         lUncachedPermissions =
> listAppend(lUncachedPermissions, aObjectIds[i]);
> 53 :                 }
>
> Any thoughts?

If you recycle ColdFusion does this get things working again?  If not,
then it seems unlikely to be an issue with he codebase and more likely
a web server config issue.

Sorry to be a pain, but you might want to re-raise this issue on the
farcry-beta forum.

-- geoff
http://www.daemon.com.au/


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