Re: [Zope] error while importing

2006-03-21 Thread Dieter Maurer
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  -  Zope@zope.org
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 )


Re: [Zope] error while importing

2006-03-21 Thread Paul Winkler
On Tue, Mar 21, 2006 at 09:19:48AM -0800, wavemaster2000 wrote:
> 
> the bottom of the traceback was html code, I have added it to the original
> post
> --
> View this message in context: 
> http://www.nabble.com/error-while-importing-t1318120.html#a3516745
> Sent from the Zope - General forum at Nabble.com.

"Broken" suggests that some product could not be loaded,
but unfortunately doesn't tell which one.

Check out the Products section of your control panel
to find out which one(s),
and look at log/event.log to see what the startup problem was.
Or maybe you just don't have the relevant product installed
at all.

Judging by the immediately previous warning, it may be a plone
installation problem? In which case you  might get better responses on
the Plone list.

-- 

Paul Winkler
http://www.slinkp.com
___
Zope maillist  -  Zope@zope.org
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 )


Re: [Zope] error while importing

2006-03-21 Thread wavemaster2000

the bottom of the traceback was html code, I have added it to the original
post
--
View this message in context: 
http://www.nabble.com/error-while-importing-t1318120.html#a3516745
Sent from the Zope - General forum at Nabble.com.

___
Zope maillist  -  Zope@zope.org
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 )


Re: [Zope] error while importing

2006-03-21 Thread Paul Winkler
I think you chopped off the bottom of the traceback.

On Tue, Mar 21, 2006 at 08:02:02AM -0800, wavemaster2000 wrote:
> 
> 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'
> --
> 2006-03-21T10:52:49 ERROR Zope.SiteErrorLog
> http://140.247.43.178:8080/test/manage_importObject
> Traceback (most recent call last):
>   File "C:\Program Files\Zope-2.9.1\lib\python\ZPublisher\Publish.py", line
> 114, in publish
> request, bind=1)
>   File "C:\Program Files\Zope-2.9.1\lib\python\ZPublisher\mapply.py", line
> 88, in mapply
> if debug is not None: return debug(object,args,context)
>   File "C:\Program Files\Zope-2.9.1\lib\python\ZPublisher\Publish.py", line
> 40, in call_object
> result=apply(object,args) # Type s to step into published object.
>   File "C:\Program Files\Zope-2.9.1\lib\python\OFS\ObjectManager.py", line
> 585, in manage_importObject
> set_owner=set_owner)
>   File "C:\Program Files\Zope-2.9.1\lib\python\OFS\ObjectManager.py", line
> 604, in _importObjectFromFile
> if verify: self._verifyObjectPaste(ob, validate_src=0)
>   File "C:\Program Files\Zope-2.9.1\lib\python\OFS\CopySupport.py", line
> 527, in _verifyObjectPaste
> action = 'manage_main')
> --
> View this message in context: 
> http://www.nabble.com/error-while-importing-t1318120.html#a3514974
> Sent from the Zope - General forum at Nabble.com.
> 
> ___
> Zope maillist  -  Zope@zope.org
> 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 )

-- 

Paul Winkler
http://www.slinkp.com
___
Zope maillist  -  Zope@zope.org
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 )


[Zope] error while importing

2006-03-21 Thread wavemaster2000

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'
--
2006-03-21T10:52:49 ERROR Zope.SiteErrorLog
http://140.247.43.178:8080/test/manage_importObject
Traceback (most recent call last):
  File "C:\Program Files\Zope-2.9.1\lib\python\ZPublisher\Publish.py", line
114, in publish
request, bind=1)
  File "C:\Program Files\Zope-2.9.1\lib\python\ZPublisher\mapply.py", line
88, in mapply
if debug is not None: return debug(object,args,context)
  File "C:\Program Files\Zope-2.9.1\lib\python\ZPublisher\Publish.py", line
40, in call_object
result=apply(object,args) # Type s to step into published object.
  File "C:\Program Files\Zope-2.9.1\lib\python\OFS\ObjectManager.py", line
585, in manage_importObject
set_owner=set_owner)
  File "C:\Program Files\Zope-2.9.1\lib\python\OFS\ObjectManager.py", line
604, in _importObjectFromFile
if verify: self._verifyObjectPaste(ob, validate_src=0)
  File "C:\Program Files\Zope-2.9.1\lib\python\OFS\CopySupport.py", line
527, in _verifyObjectPaste
action = 'manage_main')
--
View this message in context: 
http://www.nabble.com/error-while-importing-t1318120.html#a3514974
Sent from the Zope - General forum at Nabble.com.

___
Zope maillist  -  Zope@zope.org
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 )