[Zope] confused - need help please
Jens Vagelpohl
jens@zope.com
Wed, 21 Nov 2001 14:26:50 -0500
if it's the error i am thinking of (you did not provide the full traceback
so i don't know) using 2.4.3 instead of 2.4.2 will help you.
jens
On Wednesday, November 21, 2001, at 10:30 , Marc Fischer wrote:
> hi there,
>
> I am a little confused, after updating my zopeserver from 240 to 242 on
> linux redhat 7.
>
> The following code, which is needed in order to generate a sitemap, worked
> fine under 240, but not under 242!
>
> It is called "test" and does start itself:
>
>
> <dtml-var standard_html_header>
>
> <dtml-in "objectItems(['Portal Folder'])" skip_unauthorized>
>
> <dtml-try>
> <dt>
> <img src='misc_/OFSP/Folder_icon.gif' border=0> <dtml-var id>
> </dt>
> <dtml-with sequence-item>
> <dtml-var test>
> </dtml-with>
> <dtml-except></dtml-try>
> </dtml-in>
> <dtml-var standard_html_footer>
>
> In Zope 242 I get the error:
>
> Error Type: KeyError
> Error Value: validate
>
> Perhabs someone is able to help me ?!?!?!
>
> Thanks a lot in advance, ...
>
> Marc
>
>
>
>
>
>
> --
> GMX - Die Kommunikationsplattform im Internet.
> http://www.gmx.net
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )