I have several PDF files residing under a single dmHTML object. When I right-click on the PDF object (in the site tree) and choose delete I get a CF error (pasted below). The only way I am currently able to delete a file is to send it to the trash and then delete it from there. So why am I getting the error?

Specs for the site are:
- Win2k (sp4)
- CF 6.1 (updater 1)
- IIS5
- Farcry p220 (latest update from cvs)
- Logged-in as sysadmin (just in case authorisation.cfc has something to do with my user security)


The CF error:
==================
Element REFERENCE is undefined in ARGUMENTS.

The error occurred in C:\Inetpub\Applications\farcry_core\packages\security\authorisation.cfc: line 406
Called from C:\Inetpub\Applications\farcry_core\tags\navajo\delete.cfm: line 51
Called from C:\Inetpub\Applications\farcry_core\admin\navajo\delete.cfm: line 4


404 : else
405 : {
406 : stObjectPermissions = getObjectPermission(reference=arguments.reference);
407 : permissionType = arguments.reference;
408 : }
==================


Regards,

-Jeff C.

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