RE: [Zope] Upgrade woes and product import problems

2001-01-18 Thread Brian Lloyd

 That got both 2.2.5 and 2.3b1 to start up with my data. Only
 problem is that
 all instances of the ZClass I had created in my product (which I named
 ArticleProduct, btw) are broken in 2.3b1. The product itself
 appears in the
 Product Management menu, but even instances of ZClasses within the product
 are broken. Re-importing ArticleProduct.zexp does no good... I still get
 that "append" AttributeError (see traceback below). Is this a bug w/ 2.3b1
 or am I missing something?

This sounds like a bug that pre-dates 2.3 - have you tried
using Shanes 'ZGlobals Repair' utility?

http://www.zope.org/Members/hathawsh/ZGlobalsRepair

If not, can you give it a shot and let me know if it fixes the
problem? If so, I'm inclined to weave a version of Shane's
workaround into the core for 2.3 to mitigate this sort of problem.

Thanks!


Brian Lloyd[EMAIL PROTECTED]
Software Engineer  540.371.6909
Digital Creations  www.digicool.com


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Upgrade woes and product import problems

2001-01-18 Thread Aaron Louie

It worked like a charm! Thanks for the tip!

As you suggested, perhaps this sort of ZGlobals corruption checking should
be built into the core... I'd also like to see some automatic garbage
collection in the default stop script -- like removing the temporary data
and pid files. I've modified mine to do this.

Thanks again,
ajl

 This sounds like a bug that pre-dates 2.3 - have you tried
 using Shanes 'ZGlobals Repair' utility?
 
 http://www.zope.org/Members/hathawsh/ZGlobalsRepair
 
 If not, can you give it a shot and let me know if it fixes the
 problem? If so, I'm inclined to weave a version of Shane's
 workaround into the core for 2.3 to mitigate this sort of problem.
 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Upgrade woes and product import problems

2001-01-18 Thread Brian Lloyd

 As you suggested, perhaps this sort of ZGlobals corruption checking should
 be built into the core... 

FYI - as of beta 2, Zope will inspect the global registry for 
problems and rebuild it if necessary on application startup. 
This should remove the need to have to get the ZGlobalsRepair
utility and run it manually.

Brian Lloyd[EMAIL PROTECTED]
Software Engineer  540.371.6909
Digital Creations  www.digicool.com


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )