wavemaster2000 wrote at 2006-3-21 08:02 -0800: > >I am trying to import a .zexp folder into zope, i get the object is broken >message, >I have the zmysqldb connection there, i thought this was what it needed but >apparently not. >bellow is the traceback > >2006-03-21T10:52:49 WARNING ZODB Could not import class 'PloneFolder' from >module 'Products.CMFPlone.PloneFolder'
Almost surely, the warning above gives an essential hint: Does your imported object references a "PloneFolder"? If so, it cannot be imported. Fix this and then retry your import. -- Dieter _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
