12 Mar
2005
12 Mar
'05
5:44 p.m.
Eddy Ilg wrote at 2005-3-11 20:57 +0100:
... it says: "Unauthorized: You are not allowed to access Member in this context". Member is a product. How can I authorize the user to access the product? (The user has permission "Add Members").
We also need the traceback (always! when there is one!). Are you sure that in this context "Member" is really a (Zope) product (this has a precise meaning!)? You are not supposed to access products directly but through a "ProductsDispatcher" ("dest.manage_addProduct[product_name]"). -- Dieter