Re: [ZODB-Dev] NotImplementedError when attempting to undo transactions

2008-10-24 Thread Chris Withers
Carlos de la Guardia wrote: > That's happened to me before. As Jim says, this error is not the > culprit. If you check the error log on the ZMI you will find the *real* > error. This *was* the error that showed up in the ZMI... Chris -- Simplistix - Content Management, Zope & Python Consultin

Re: [ZODB-Dev] NotImplementedError when attempting to undo transactions

2008-10-24 Thread Carlos de la Guardia
That's happened to me before. As Jim says, this error is not the culprit. If you check the error log on the ZMI you will find the *real* error. Carlos de la Guardia On Fri, Oct 24, 2008 at 9:28 AM, Jim Fulton <[EMAIL PROTECTED]> wrote: > > On Oct 24, 2008, at 10:03 AM, Chris Withers wrote: > > >

Re: [ZODB-Dev] NotImplementedError when attempting to undo transactions

2008-10-24 Thread Jim Fulton
On Oct 24, 2008, at 10:03 AM, Chris Withers wrote: > Jim Fulton wrote: >>> File "/opt/Zope-2.11/lib/python/ZODB/DB.py", line 809, in abort >>>raise NotImplementedError >>> NotImplementedError >> You can ignore this error. It has no consequence. > > What does it mean? > (It prevented my undo,

Re: [ZODB-Dev] NotImplementedError when attempting to undo transactions

2008-10-24 Thread Chris Withers
Jim Fulton wrote: >> File "/opt/Zope-2.11/lib/python/ZODB/DB.py", line 809, in abort >> raise NotImplementedError >> NotImplementedError > > You can ignore this error. It has no consequence. What does it mean? (It prevented my undo, which was a bit of a bummer :-S > There's a bunch of stuf

Re: [ZODB-Dev] NotImplementedError when attempting to undo transactions

2008-10-21 Thread Jim Fulton
On Oct 21, 2008, at 3:51 PM, Chris Withers wrote: > This is a little disconcerting: Yes. > Failed to abort object: TransactionalUndo oid= 0xb7d01470> > Traceback (most recent call last): > File "/opt/Zope-2.11/lib/python/transaction/_transaction.py", line > 549, in abort > self.manager.ab

[ZODB-Dev] NotImplementedError when attempting to undo transactions

2008-10-21 Thread Chris Withers
This is a little disconcerting: Failed to abort object: TransactionalUndo oid= Traceback (most recent call last): File "/opt/Zope-2.11/lib/python/transaction/_transaction.py", line 549, in abort self.manager.abort(o, txn) File "/opt/Zope-2.11/lib/python/ZODB/DB.py", line 809, in abort