I was working on a Plone site a week or two ago, but after restarting Zope it is no longer there. Is there any way to tell what has happened? Is there any way I can report on the contents of Data.fs? It hasn't been touched since I last updated it. -- John
John Poltorak wrote:
I was working on a Plone site a week or two ago, but after restarting Zope it is no longer there.
Is there any way to tell what has happened?
Is there any way I can report on the contents of Data.fs? It hasn't been touched since I last updated it.
You can look at the "Undo" tab of the folder (or the root) which formerly contained the site object: it might show the 'manage_delObjects' call which removed the site, and allow you to undo that transaction (you may have to undo all subsequent transactions, as well). Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
participants (2)
-
John Poltorak -
Tres Seaver