[Zope] Error Value: domains

Dieter Maurer dieter at handshake.de
Sun Jun 5 16:11:01 EDT 2005


Know-iT - Christian Steinhauer wrote at 2005-6-4 19:15 +0200:
>i have an zope server with 5 instances. Now on 1 instance there is an
>error on the acl_users folder.
>
>Everytime i click on a user in the folder to edit him there occureres this
>error:
> ....
>Module DocumentTemplate.DT_Util, line 201, in eval
>__traceback_info__: user
>Module <string>, line 0, in ?
>AttributeError: domains

Looks like a name class.

The DTML apparently fetches an object which is not a user
and does not have a "domains" attribute.

Locate the source of the DTML template,
check how it accesses the user object,
fix the access such that it take the info from the correct place.

-- 
Dieter


More information about the Zope mailing list