[Zope] LocalFS problems with Zope2.3

Jim Penny jpenny@universal-fasteners.com
Wed, 14 Feb 2001 17:55:33 -0500


Linux, debian (woody), source installation of Zope.

I am seeing the following:

with LocalFS-0.10-1
I get:
 --------------------------------------------------------------------
  
          Zope Error
          Zope has encountered an error while publishing this resource. 
          Resource not found
          Sorry, the requested Zope resource does not exist.
          Check the URL and try again.

          Troubleshooting Suggestions

              The URL may be incorrect. 
              The parameters passed to this resource may be incorrect. 
              A resource that this resource relies on may be encountering an error. 

          For more detailed information about the error, please refer to the HTML source for this page. 
          If the error persists please contact the site maintainer. Thank you for your patience. 


Traceback (innermost last):
  File /home/zope/Zope-2.3.0-src/lib/python/ZPublisher/Publish.py, line 222, in publish_module
  File /home/zope/Zope-2.3.0-src/lib/python/ZPublisher/Publish.py, line 187, in publish
  File /home/zope/Zope-2.3.0-src/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook
    (Object: shared_files)
  File /home/zope/Zope-2.3.0-src/lib/python/ZPublisher/Publish.py, line 162, in publish
  File /home/zope/Zope-2.3.0-src/lib/python/ZPublisher/BaseRequest.py, line 338, in traverse
  File /home/zope/Zope-2.3.0-src/lib/python/Products/LocalFS/LocalFS.py, line 462, in __bobo_traverse__
    (Object: shared_files)
  File /home/zope/Zope-2.3.0-src/lib/python/ZPublisher/HTTPResponse.py, line 548, in notFoundError
NotFound: (see above)
 ------------------------------------------------------------------------------

The directory is there and file operations work when I revert to LocalFS-0.9.6.
But the manage form is broken!

Did I miss a patch?

Thanks...
Jim Penny