Hi Tim,
I have encountered the same problem and it is a known issue, it has to do with permissions cacheing and sometimes not reinitialising after and install or update (to reinitialised the permission farcry checks if a certain variable is set i think bInit in the
application or session scope or something like that because that variable may already exist form a previous install the persmission is not reinitialised)

in the packages/security/authorisation.cfc in the
getObjectPermission() bout line 840 maybe try setting the bUseCache default to 0; and maybe switch it back to 1 after for performance

<cffunction name="getObjectPermission" output="No">
    ....
    <cfargument name="bUseCache" required="false" default="1">
    ...

</cffunction>

another thing to try is to maybe rebuild your permissions under 'Security' and 'Policy Management'

this issue has been marked and hopefully will be fixed before release

I hope that helps
-----------------------------------
guy phanvongsa
daemon
[w] www.daemon.com.au
[e] [EMAIL PROTECTED]
-----------------------------------


Tim Archambault wrote:
Can't seem to access admin tabs to site, content, etc. when logging in as u-"farcry" p-"farcry" after install. It's like I am not an administrator. I hacked a url to the dmnews content tool and it won't let me add, edit, delete, etc. Is this a known issue? What do I need to do to make it so I can log in as admin?
 
Any help is greatly appreciated.
--- 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/


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

Reply via email to