[Zope] Problem (100) Init Amb... why??
Dieter Maurer
dieter@handshake.de
Wed, 26 Jun 2002 21:23:50 +0200
Aseem Mohanty writes:
> om_class = OFS.ObjectManager.ObjectManager
> manage_main = Globals.HTMLFile ('dtml/dtml_doc_1', globals ())
> manage_contents = om_class.manage_main
>
> and I get the following error:
> with -d set
>
> 2002-06-25T04:40:53 PROBLEM(100) Init Ambiguous name for method of
> Products.NBSUsers.NBSUsers.NBSUsers: "manage_main" != "manage_contents"
Please search the mailing list archives for "Init Ambiguous".
You will find a good explanation and how to get rid of the warning.
Dieter