11 Mar
2005
11 Mar
'05
7:57 p.m.
Eddy Ilg wrote at 2005-3-9 10:18 +0100:
... When I execute the script, I keep getting a login dialog. When I remove the line container.members.manage_addProduct["Member"].Member_add(Vorname,Nachname) it works (but of course does not create the Member instance).
Reconfigure your "error_log" object not to ignore "Unauthorized" exceptions. Reproduce the error and look at the resulting traceback in your "error_log". Come back (with the traceback) in case, the information is not easily understandable (this will probably be the case).
-- Dieter
Hi, 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"). Eddy