ZClass registry repair utility
I've written a utility you can use to clean up the global registry of ZClasses. The registry can become corrupt through product upgrades--not ZODB corruption, but missing base classes and so forth. This utility recreates the registry. http://www.zope.org/Members/hathawsh/ZGlobalsRepair It's probably a good idea to run it after a major Zope upgrade. Shane
Shane Hathaway wrote:
I've written a utility you can use to clean up the global registry of ZClasses. The registry can become corrupt through product upgrades--not ZODB corruption, but missing base classes and so forth. This utility recreates the registry.
http://www.zope.org/Members/hathawsh/ZGlobalsRepair
It's probably a good idea to run it after a major Zope upgrade.
Thanks! Sounds like what I needed a few weeks ago; something was definitely icky with some ZClasses then. I managed to work around it, though. :) Regards, Martijn
Shane Hathaway wrote:
I've written a utility you can use to clean up the global registry of ZClasses. The registry can become corrupt through product upgrades--not ZODB corruption, but missing base classes and so forth. This utility recreates the registry.
http://www.zope.org/Members/hathawsh/ZGlobalsRepair
It's probably a good idea to run it after a major Zope upgrade.
Today I updated the utility. It was not finding nested ZClasses. Make sure you run the new version if you ran the old one. Shane
participants (2)
-
Martijn Faassen -
Shane Hathaway