Re: [Zope] product security changes from 2.8 to 2.8.5 - SOLVED

2006-03-01 Thread Chris Withers

Ed Colmar wrote:
My process in moving over the product from the old server was to blame.  
Here's what I did:   export all of the zodb contents,


Why would you do this?!

and un-tarred the product.  This resulted in the error of not finding 
the python methods, even though it appeard to be connected.


Dunno what you mean by python methods here...

So, I added the product form the add menu, and copy/pasted the zodb 
contents, and now it's all happy.


What product?

For future refrence, is there a call to conenct this class back into the 
zodb filesystem after it has been moved to a new instance?


What class? a ZClass?

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
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] product security changes from 2.8 to 2.8.5 - SOLVED

2006-02-28 Thread Ed Colmar

hey All

It appears that I have solved it...

My process in moving over the product from the old server was to blame.  
Here's what I did:   export all of the zodb contents, and tarball the 
python product.  Then I imported the zodb contents into the new server, 
and un-tarred the product.  This resulted in the error of not finding 
the python methods, even though it appeard to be connected.


So, I added the product form the add menu, and copy/pasted the zodb 
contents, and now it's all happy.


For future refrence, is there a call to conenct this class back into the 
zodb filesystem after it has been moved to a new instance?


Thanks for all the help!

-e-

___
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 )