[z3-five] Strange problems with Five 1.2.5 and Zope 2.8.6, addform issue?

Alec Mitchell apm13 at columbia.edu
Wed Jul 19 17:25:36 CEST 2006


On 7/18/06, Maciej Wiśniowski <maciej.wisniowski at coig.katowice.pl> wrot>
> > Ah, this must have been due to the old bug where Five's traversal
> > machinery was not catching NotFound errors (which were raised by the
> > OFS.App but not other folders), only AttributeErrors.  This was fixed
> > in Five a while back, Zope 2.8.7 was the first release to include the
> > fix IIRC.
>
> I'm not sure whether your'e talking about my first problem
> with acquisition or about the second problem with
> OFS.Application.Application? :)
>
> I have Zope 2.8.6 but with Five 1.2.5 in Products/ folder
> so with the patch you're talking about already included.

Well, the first problem is one that I believe is fixed in Zope 2.8.7
itself (it is due to an issue with acquiring values from a
__bobo_traverse__ method, which is what Five uses for traversal).  The
second issue is due both to lacking a traversable declaration for the
Aplication root itself, though even if you had made the root
traversable with Zope 2.86/Five 1.2.4 it probably still would have
failed in the same way due to the NotFound bug.

Alec


More information about the z3-five mailing list