21 Mar
2006
21 Mar
'06
7:10 p.m.
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