Hi all I just installed a zope 2.3.0 on a soon to be production server, but I am having some difficulty with LocalFS. It installs fine, but when I add an instance to a folder I get an attribute error, with value _local_path Then I am unable to access any of the other items in the folder... Good thing this is a fresh box, that can easily be wiped out... Thanks for any hints! Here is the traceback: Traceback (innermost last): File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 222, in publish_module File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/zope/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: Traversable) File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_main) File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_main) File /usr/local/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 324, in __call__ (Object: manage_main) File /usr/local/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 353, in _bindAndExec (Object: manage_main) File /usr/local/zope/lib/python/App/special_dtml.py, line 236, in _exec (Object: manage_main) File /usr/local/zope/lib/python/DocumentTemplate/DT_In.py, line 711, in renderwob (Object: objectItems) File /usr/local/zope/lib/python/DocumentTemplate/DT_With.py, line 146, in render (Object: sequence-key) File /usr/local/zope/lib/python/DocumentTemplate/DT_Var.py, line 271, in render (Object: bobobase_modification_time) File /usr/local/zope/lib/python/Products/LocalFS/LocalFS.py, line 979, in bobobase_modification_time (Object: localfiles) AttributeError: (see above)
Ed Colmar wrote:
Hi all
I just installed a zope 2.3.0 on a soon to be production server, but I am having some difficulty with LocalFS.
It installs fine, but when I add an instance to a folder I get an attribute error, with value _local_path
http://zope.nipltd.com/public/lists/zope-archive.nsf/ByKey/14E5D55C2A049C9D The mailing list archives are a great resource. -- Tim Cook, President -- Free Practice Management,Inc. | http://www.FreePM.com Office: (901) 884-4126 "Liberty has never come from the government." - Woodrow Wilson
It's a bug in LocalFS triggered by 2.3's new management interface. Here's a link to the archives where I posted my patch last week. http://mail.python.org/pipermail/zope/2001-January/082362.html _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Ed Colmar Sent: Thursday, February 08, 2001 2:06 PM To: zope@zope.org Subject: [Zope] LocalFS Error on zope 2.3
I just installed a zope 2.3.0 on a soon to be production server, but I am having some difficulty with LocalFS.
participants (3)
-
Ed Colmar -
Ron Bickers -
Tim Cook