<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    when trying to move from Zope 2.10 to 2.13, I ran into a problem. I
    successfully stripped versions out of my Data.fs (thanks to this
    mailing list). Now Zope starts up properly and displays the manage
    page, but when I try to access the various folders of the site, I
    get the error below.<br>
    <br>
    Any ideas about how to overcome this? <br>
    <br>
    Thanks, Frank<br>
    <br>
    <br>
    <h2>Zope Error</h2>
    <p>Zope has encountered an error while publishing this resource.</p>
    <p> <strong>Error Type: TypeError</strong><br>
      <strong>Error Value: (', use Persistence.Persistent.__new__()', <class
          shared.dc.zrdb.aqueduct.args="">, ())</class></strong><br>
    </p>
    <p> </p>
    <p>Traceback (innermost last):</p>
    <ul>
      <li> Module ZPublisher.Publish, line 126, in publish</li>
      <li> Module ZPublisher.mapply, line 77, in mapply</li>
      <li> Module ZPublisher.Publish, line 46, in call_object</li>
      <li> Module Shared.DC.Scripts.Bindings, line 322, in __call__</li>
      <li> Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec</li>
      <li> Module App.special_dtml, line 185, in _exec</li>
      <li> Module DocumentTemplate.DT_Let, line 77, in render</li>
      <li> Module DocumentTemplate.DT_In, line 647, in renderwob</li>
      <li> Module DocumentTemplate.DT_In, line 772, in sort_sequence</li>
      <li> Module ZODB.Connection, line 860, in setstate</li>
      <li> Module ZODB.Connection, line 914, in _setstate</li>
      <li> Module ZODB.serialize, line 612, in setGhostState</li>
      <li> Module ZODB.serialize, line 605, in getState</li>
      <li> Module ZODB.broken, line 106, in __new__</li>
    </ul>
    <p>TypeError: ('object.__new__(Args) is not safe, use
      Persistence.Persistent.__new__()', &lt;class
      'Shared.DC.ZRDB.Aqueduct.Args'&gt;, ()) </p>
    &nbsp; <br>
  </body>
</html>