I have noticed this a few times in the past. One thing I did see is that by nulling all the columns in a custom type table would fix the issue. Quite in-explicable.
-- Regards, Michael J. Sammut ________________________________________________ F O U R E Y E S P R O D U C T I O N S think | plan | create :: web site design & development :: NYC E. [EMAIL PROTECTED] | T: 718.254.9557 ext. 101 | F: 718.254.0399 W. http://www.foureyes.com "Dean Brandt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I also just noticed this error when I tried it again: The error occurred in /var/www/html/farcry_core/tags/navajo/edit.cfm: line 29 27 : <!--- First check permissions ---> 28 : <cfscript> 29 : bHasPermission = request.dmsec.oAuthorisation.checkInheritedPermission(permissionName=' edit',objectid=URL.objectid); 30 : </cfscript> 31 : <cfif NOT bHasPermission GTE 0> Dean Brandt Clever Thinking Consulting Network/Systems Integration, Application Design Internet Presence Supplier/Hosting Specialists Melbourne, Australia Ph: 03-97492747 Mob: 0418488885 ...smart networks for smart business PGP Public Key: http://pgp.cleverthinking.net//DeanBrandt.asc - -----Original Message----- From: Brendan Sisson [mailto:[EMAIL PROTECTED] Sent: Tuesday, 28 October 2003 5:26 PM To: FarCry Developers Subject: [farcry-dev] Re: Adding an entry in a custom type > Here's the exception: > > /var/www/html/farcry_core/admin/Application.cfm(6) @ 17:21:59.070 > type Expression > message Element mwc.cleverthinking.com.au is undefined in a CFML > structure referenced as part of an expression. Ok that one won't help us, that's the try/catch for apps.cfm, not related to your problem here. Can you post me your type and custadmin code (off list if you like and I'll take a look). - -Brendan http://farcry.daemon.com.au - --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: PGP 8.0.2 iQA/AwUBP54N8btxbk0Vy5cMEQJnDwCfU7SiMuqh2N50760upRYPe005AfIAoMNa 7uQnKKRFaM6faaQDI4QBA+It =l1Nj -----END PGP SIGNATURE----- --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
