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
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) -----------------------------------------------------------------------------
I am not able to duplicate this. What is it you are trying to do when you get the error? --jfarr ----- Original Message ----- From: "Jim Penny" <jpenny@universal-fasteners.com> To: <zope@zope.org> Sent: Wednesday, February 14, 2001 2:55 PM Subject: [Zope] LocalFS problems with Zope2.3 -
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
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Wed, Feb 14, 2001 at 04:20:23PM -0800, Jonothan Farr wrote:
I am not able to duplicate this. What is it you are trying to do when you get the error? --jfarr
I am clicking on a link that looks like: <a href="https://boris.universal-fasteners.com/dynamic/protected/shared_files/shared_files/jpenny/illiteracy.html">TEST FILE</a> Ah, damn, this may be an interaction with SiteRoot. I do have one at this level that says... Base https://boris.universal-fasteners.com/dynamic/protected Path / with no access rules. I remember now seeing some stuff on the list a few days ago about LocalFS killing SiteRoot (but not SiteRoot killing LocalFS?) I will check which SiteRoot is running. (After inspection, I think it is 2.0.0b4). Other products installed are AddressBook OFSP StandardCacheManagers ZopeTutorial ExternalMethod PythonMethod ZCatalog __init__.py LocalFS PythonScripts ZGadflyDA __init__.pyc MIMETools Refresh ZPoPyDA MailHost SiteAccess ZSQLMethods Thanks for your time Jim
participants (2)
-
Jim Penny -
Jonothan Farr