On Sunday 19 February 2006 14:43, David Johnson wrote: > I tried, but I continue to get the same error. I guess the question is, why > doesn't granting the "zope.ManageContent" permission to my principal solve > this problem in either case?
Is it a local principal? If so, make sure that all the objects in the traversal path have a __parent__ attribute. Otherwise the security cannot be looked up correctly. Almost certainly smells like a bug. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
