[Zope] error while importing

Dieter Maurer dieter at handshake.de
Tue Mar 21 14:10:45 EST 2006


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


More information about the Zope mailing list