-----Original Message----- From: Miller, John M. [mailto:jmiller1@uop.com] Sent: Thursday, June 24, 1999 11:09 AM To: 'Toby Dickenson'; zope@zope.org Subject: RE: [Zope] timestamp problem on NT
But, just checking, I now get an attribute error when I try to commit changes to a DTML doc/method. The traceback:
AttributeError: __inform_commit__ -->
And now this problem has mysteriously gone away. I appear to get this when editing a Zope object for the first time. In spite of the error the changes I make still get committed, and with subsequent changes the error does not occur. Could this be an artifact of the program used to convert from ZODB2 format to ZODB3?
Nope this is a known bug. The top level 'acl_users' folder is still importing the BoboPOS package, which is causing the wrong transaction manager to be used. The latest version of CVS fixes this bug. -Michel