> zope/app/rdb/configure.zcml says: > > <content class="zope.app.rdb.ZopeConnection"> > <require > permission="zope.ManageContent" > interface="zope.app.rdb.interfaces.IZopeConnection" > /> > </content> > > which includes the cursor method/attribute - perhaps you need a similar > configuration on your class or something like: > > <require > permission="zope.ManageContent" > attributes="cursor" > /> 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?
_______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
