Whenever I go to any of the content items or view the ‘Site’ tab in the Admin, I get the following Error.    I went home last night and it was working.  I came in today and it wasn’t working.  I’m running it on my localhost, so the machine was rebooted this morning when I came in.  Ideas?

 

Error Occurred While Processing Request

Invalid list index 1.

 

In function ListGetAt(list, index [, delimiters]), the value of index, 1, is not a valid as the first argument (this list has 0 elements). Valid indexes are in the range 1 through the number of elements in the list.

 

 

The error occurred in C:\Inetpub\applications\farcry_core\admin\index.cfm: line 387
Called from C:\Inetpub\applications\farcry_core\admin\index.cfm: line 355
Called from C:\Inetpub\applications\farcry_core\admin\index.cfm: line 164
Called from C:\Inetpub\applications\farcry_core\admin\index.cfm: line 1

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



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