[Zope] External Method Problem

Dieter Maurer dieter@handshake.de
Fri, 6 Jul 2001 19:40:41 +0200 (CEST)


=?ISO-8859-1?Q?=D6zg=FCr=5FCaner?= writes:
 > I've a external method called 'getUserGroups', for the code of this method look at the end of this message, and when I call this method with:
 > 
 > <dtml-var "getUserGroups (REQUEST['REMOTE_USER'])">
 > 
 > i get this error:
 > ....
 >   File C:\PROGRA~1\zope\Extensions\getUserGroups.py, line 19, in getUserGroups
 >     (Object: Traversable)
 > AttributeError: (see above)
 > 
 > Is this an error or a Security Feature of External Methods?
External Methods do not have security restrictions.

You have a problem in line 19 of "getUserGroups.py".
It will help you to look which attribute could not be found.


Dieter