In my python product, I'm trying to copy some objects from one container to another. Both inherit from ObjectManager and CatalogAware. CatalogAware appear before ObjectManager. When I try to use manage_clone, I get: Traceback (innermost last): File D:\INTRAN~1\lib\python\ZPublisher\Publish.py, line 223, in publish_module File D:\INTRAN~1\lib\python\ZPublisher\Publish.py, line 187, in publish File D:\INTRAN~1\lib\python\Zope\__init__.py, line 221, in zpublisher_exception_hook (Object: RoleManager) File D:\INTRAN~1\lib\python\ZPublisher\Publish.py, line 171, in publish File D:\INTRAN~1\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: copieChampsActionsCMT) File D:\INTRAN~1\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: copieChampsActionsCMT) File D:\INTRAN~1\lib\python\Products\Excel2Explore\LigneCMT.py, line 61, in copieChampsActionsCMT (Object: RoleManager) File D:\INTRAN~1\lib\python\OFS\CopySupport.py, line 333, in manage_clone (Object: RoleManager) File D:\INTRAN~1\lib\python\OFS\CopySupport.py, line 444, in _verifyObjectPaste (Object: RoleManager) Copy Error: (see above) I found in the mailinglist archive that it would be a security problem. What are the security settings needed to enable copying of objects???? Any, any any ant help would be very appreciated... :) Thanks! Jeff
participants (1)
-
Jean-François Ménard