Importing a 2.1 .zexp file into 2.2
I'm trying to import the KM|net News product into my CVS Zope (just updated it a moment ago, with no luck). I get the following error: <STRONG>Error Type: InvalidObjectReference</STRONG><BR> <STRONG>Error Value: Attempt to store a wrapped persistent object</STRONG><BR> Traceback (innermost last): File /home/kid/Zope2/lib/python/ZPublisher/Publish.py, line 224, in publish_module File /home/kid/Zope2/lib/python/ZPublisher/Publish.py, line 189, in publish File /home/kid/Zope2/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: ElementWithAttributes) File /home/kid/Zope2/lib/python/ZPublisher/Publish.py, line 179, in publish File /home/kid/Zope2/lib/python/ZODB/Transaction.py, line 237, in commit File /home/kid/Zope2/lib/python/ZODB/Connection.py, line 332, in commit (Info: (('OFS.Application', 'Application'), '\000\000\000\000\000\000\000\002', '')) InvalidObjectReference: (see above) Any ideas? Is anyone able to import this? Kevin http://www.byproducts.com - Humor and Novelties
Kevin Dangoor wrote:
<STRONG>Error Type: InvalidObjectReference</STRONG><BR> <STRONG>Error Value: Attempt to store a wrapped persistent object</STRONG><BR>
Apparently storing a wrapped object is a security hole, I bumped into a post about it in the collector after searching for ZCatalog... So, something, somewhere in your zexp has a wrapped object... cheers, Chris
participants (2)
-
Chris Withers -
Kevin Dangoor