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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to