Re: [Zope] undo error

2008-02-07 Thread Dieter Maurer
Webmaster wrote at 2008-2-6 12:17 -0500:
 ...
I am getting an error when trying to undo the deletion of a form created 
with PloneFormGen. One of the users on the site created a second copy of 
the form which received some submissions in error prior to its deletion 
and I was hoping to undo the delete to get the saved data. Is it 
possible to determine which subsequent changes need to be undone prior 
to being able to undo the delete.
Here is the error:

This site encountered an error trying to fulfill your request. The 
errors were:

Error Type
   MultipleUndoErrors
Error Value
   Undo error 0x047eae: Undo error 0x047eae: Some data were modified by
   a later transaction

Undo cannot undo arbitrary transactions but only transactions such
that no object modified in the transaction set has been modified
again after the transaction set.

You can try to undo all transactions after the transaction you
want to undo.
Alternatively, you can try dm.historical (to be found on PyPi)
and reinstate an earlier version of one or more of your objects.


-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] undo error

2008-02-06 Thread Webmaster

Hi,

I am getting an error when trying to undo the deletion of a form created 
with PloneFormGen. One of the users on the site created a second copy of 
the form which received some submissions in error prior to its deletion 
and I was hoping to undo the delete to get the saved data. Is it 
possible to determine which subsequent changes need to be undone prior 
to being able to undo the delete.

Here is the error:

This site encountered an error trying to fulfill your request. The 
errors were:


Error Type
  MultipleUndoErrors
Error Value
  Undo error 0x047eae: Undo error 0x047eae: Some data were modified by
  a later transaction Undo error 0x047efa: Undo error 0x047efa: Some
  data were modified by a later transaction Undo error 0x047ed9: Undo
  error 0x047ed9: Some data were modified by a later transaction Undo
  error 0x046702: Undo error 0x046702: Some data were modified by a
  later transaction Undo error 0x047f01: Undo error 0x047f01: Some
  data were modified by a later transaction Undo error 0x046c19: Undo
  error 0x046c19: Some data were modified by a later transaction Undo
  error 0x026c2f: Undo error 0x026c2f: Some data were modified by a
  later transaction


Thanks in advance for any assistance.

Serge
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )