Mike,

I'd first of all replicate the production environment so that anything you try can be tested first without bringing down the site.

If it really is a permissions based issue, you might try running:
SECURITY >> POLICY >> REBUILD PERMISSIONS

There is no safety check for running this so don't accidentally hit the link. Ordinarily this shouldn't break anything and it may help to reset any permission issues you may be facing in the tree.

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

Mike Clark wrote:
Here's the issue I'm having:  Site works okay, admin works okay, except for
the site tab.  The tree doesn't display, but instead I'm getting an
exception with  "Invalid list index 1" at
C:\Inetpub\wwwroot2\farcry_core\admin\index.cfm: line 387

writeoutput(application.navid[key]);
387 : bHasPerm =
request.dmSec.oAuthorisation.checkInheritedPermission(permissionName=aPermis
sions[x],objectid=listGetAt(application.navid[key],1));
388 : if(bHasPerm EQ 1)
389 : break;

If I refesh the admin with updateApp=1, then I get an:
Element REFERENCE is undefined in ARGUMENTS.

The error occurred in
C:\Inetpub\wwwroot2\farcry_core\packages\security\authorisation.cfc: line
387

386 :{
387 :stObjectPermissions =
getObjectPermission(reference=arguments.reference);
388 :permissionType = arguments.reference;
389 :}

So it looks like there is a problem with permissions somewhere, but I'm not
sure where and more importantly how to fix this.  I'm not sure exactly how
or when it got into this state (it's on a production site).

Any ideas would be greatly appreciated.

Mike





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