[Zope-dev] ZClass registry repair utility
Shane Hathaway
shane@digicool.com
Thu, 14 Dec 2000 16:12:08 -0500
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