Hey Everyone! I have run into a large problem. I had attempted to add a "Local File System" object to one of my folders. It displayed the following error and now I cannot access the parent container NOR refresh the tree view. When I do, the *second* error below is displayed. Any help or advice would be GREATLY appreciated!! Dave Site Error An error was encountered while publishing this resource. Resource not found Sorry, the requested resource does not exist. Check the URL and try again. Resource: __replaceable__ ---------------------------------------------- Resource not found Sorry, the requested resource does not exist. Check the URL and try again. Resource: sequence-odd
I removed the Local File System object that had been created by using 'manage_delObjects?ids=' and the errors are gone. However, has anyone run into this problem before? Dave _____ From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of David Ayres Sent: Sunday, January 29, 2006 5:05 PM To: zope@zope.org Subject: [Zope] Sudden Errors Hey Everyone! I have run into a large problem. I had attempted to add a "Local File System" object to one of my folders. It displayed the following error and now I cannot access the parent container NOR refresh the tree view. When I do, the *second* error below is displayed. Any help or advice would be GREATLY appreciated!! Dave Site Error An error was encountered while publishing this resource. Resource not found Sorry, the requested resource does not exist. Check the URL and try again. Resource: __replaceable__ ---------------------------------------------- Resource not found Sorry, the requested resource does not exist. Check the URL and try again. Resource: sequence-odd
David Ayres wrote:
I removed the Local File System object that had been created by using 'manage_delObjects?ids=' and the errors are gone. However, has anyone run into this problem before?
What version of Zope are you using? My guess would be that LocalFS isn't compatible with the version of Zope you're using... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
David Ayres wrote at 2006-1-29 17:20 -0500:
I removed the Local File System object that had been created by using 'manage_delObjects?ids=' and the errors are gone.
For future reference: When you report problems, your *MUST* include the corresponding traceback (found in the "error_log" object in Zope's "Root Folder").
However, has anyone run into this problem before?
Yes. Almost surely, you fetched a "LocalFS" version no longer compatible with Zope 2.7.x. You need a "LocalFS-Andreas" (or similar) version to work with Zope 2.7.x and above. -- Dieter
participants (3)
-
Chris Withers -
David Ayres -
Dieter Maurer