[z3-five] Error in Product - works under Five 1.31, not under
1.33 or 1.35
kevin7kal
plone at kevinkal.com
Thu May 4 17:15:06 CEST 2006
Ok,
I found the problem.
The issue was with <five:traversable class=".myModule.myClass"/>
I can say that Zope 2.9.1 built with Python 2.3.5 allowed for
<five:traversable class=".myModule.myClass"/>
where Zope 2.9.2 built with either Python 2.4.1 or Python 2.4.3 needs to
have <five:traversable class="Products.MyProduct.myModule.myClass"/>
-Kevin
kevin7kal wrote:
> I have a product/application that works well under Zope 2.91 with Five
> 1.31 but not under Zope 2.92 with Five 1.33 or Five 1.35.
>
> The product adds a menu item to the ZMI add drop down menu. When I
> add a new object through the ZMI the object is added, I can enter a
> value in a field and click add and every thing works as expected.
>
> Under Zope 2.92 with both Five 1.33 and 1.35 I recieve an error
> Site Error
> Resource Not Found
> Sorry, the requested resource was not found
> check the resource and try again
> Resource: + GET
>
> I thought that adding the line
> <five:traversable class="OFS.Folder.Folder"/> to configure.zcml was
> the fix for this?
> I also have
> <five:traversable class="myModule.MyClass" />
> There is no error event.log, this looks more like a 404 error.
> As always, all help is appreciated.
>
> -Kevin
>
>
>
>
>
> _______________________________________________
> z3-five mailing list
> z3-five at codespeak.net
> http://codespeak.net/mailman/listinfo/z3-five
>
More information about the z3-five
mailing list