Weird intermittent error with BTreeFolder
Hi, Every so often, if I go to a URL like: http://x.com/btreefolder/fileobject I get this weird error: Error Type: NotFound Error Value: The object at http://x.com/btreefolder has an empty or missing docstring. Objects must have a docstring to be published. Traceback (innermost last): File /usr/local/zope/2.5.1_base/lib/python/ZPublisher/Publish.py, line 89, in publish File /usr/local/zope/2.5.1_base/lib/python/ZPublisher/BaseRequest.py, line 320, in traverse File /usr/local/zope/2.5.1_base/lib/python/ZPublisher/HTTPResponse.py, line 502, in debugError ...where btreefolder is a version 0.2 BtreeFolder and fileobject is a normal Zope 2.5.1 File object. The amazingly frustrating thing is that if I refresh the URL, things work exactly as I expect :-( Any ideas?! cheers, Chris
Chris Withers wrote:
Hi,
Every so often, if I go to a URL like:
http://x.com/btreefolder/fileobject
I get this weird error:
BTreeFolder has several bugs. 1. The content ist not displayed correctly 2. Missing documentation setObject() is completly different from setOb() I hope somone has time to fix them some day. thomas
use BTreeFolder2 instead. see cvs.zope.org. jens On Wednesday, August 14, 2002, at 07:12 , Thomas Guettler wrote:
Chris Withers wrote:
Hi, Every so often, if I go to a URL like: http://x.com/btreefolder/fileobject I get this weird error:
BTreeFolder has several bugs.
1. The content ist not displayed correctly
2. Missing documentation setObject() is completly different from setOb()
I hope somone has time to fix them some day.
thomas
participants (3)
-
Chris Withers -
Jens Vagelpohl -
Thomas Guettler