[Zope-dev] ZSQL/ZODB corruption after upgrade

Dieter Maurer dieter@handshake.de
Sat, 8 Feb 2003 13:18:50 +0100


Dan L. Pierson wrote at 2003-2-7 13:03 -0500:
 > ...
 > If I open a ZSQL method (any ZSQL method, new or old, inside the
 > area that used to be controlled by LoginManager or not) it seems
 > OK.  Using the method works.  But if I click on the Advanced tab
 > in the ZMI, I get the following:
 > ...
 >     (Object: manage_advancedForm)
 >   File /var/local/control/V4/site/zope/lib/python/Shared/DC/ZRDB/DA.py, line 548, in manage_product_zclass_info

One of your ZClasses is broken...

Catch the exception in line 548 of "Shared/DC/ZRDB/DA.py"
and find out which one. Do something about it...


Dieter