Hi,
It is very recently we started to use Farcry.
Two days ago we installed Farcry 401. A project has been installed. We have edited some pages, created users and the layout has been slightly modified.
URL of the project: 10.32.5.16:202
Folder structure:
farcry1571/core
farcry1571/plugins
farcry1571/projects/millio
farcry1571/projects/RAMIT
We did not installed millio en RAMIT is a copy of millio.
Yesterday, we created a new project, again a copy of millio, in the folder projects with success (10.32.5.16:205).
farcry1571/projects/secondproject
We did some basic operations without problems.
Afterwards, we went back to the first project but then we met following problem:
1/
http://10.32.5.16:202/farcryI was able to complete my username and password. A click on the “log In” results in an http500 error.
2/
http://10.32.5.16:202Element RAMIT is undefined in a CFML structure referenced as part of an expression.
The error occurred in D:\Websites\farcry1571\core\packages\security\authorisation.cfc: line 51
Called from D:\Websites\farcry1571\core\packages\security\authorisation.cfc: line 45
Called from D:\Websites\farcry1571\core\packages\security\authorisation.cfc: line 393
Called from D:\Websites\farcry1571\core\tags\navajo\display.cfm: line 230
Called from D:\Websites\farcry1571\core\tags\navajo\display.cfm: line 23
Called from D:\Websites\farcry1571\core\tags\navajo\display.cfm: line 1
Called from D:\Websites\farcry1571\projects\RAMIT\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 : }
Thank you