[Zope] ZopeTime: several errors on 2.6.1

Andreas Jung Andreas Jung <lists@andreas-jung.com>
Tue, 11 Mar 2003 13:43:24 +0100


--On Dienstag, 11. M=E4rz 2003 14:54 +0100 Florian Konnertz=20
<florian.konnertz@web.de> wrote:

> Hi!
>
> I encounter several errors relating to ZopeTime:
> Zope-2.6.1, ZWiki-0.16
>
>
> http://openspirit.homelinux.net/
>
> Traceback (innermost last):
>    Module ZPublisher.Publish, line 98, in publish
>    Module ZPublisher.mapply, line 88, in mapply
>    Module ZPublisher.Publish, line 39, in call_object
>    Module OFS.DTMLMethod, line 126, in __call__
>    Module DocumentTemplate.DT_String, line 474, in __call__
>    Module OFS.DTMLDocument, line 124, in __call__
>    Module DocumentTemplate.DT_String, line 474, in __call__
>    Module DocumentTemplate.DT_With, line 76, in render
>    Module DocumentTemplate.DT_Var, line 219, in render
> KeyError: ZopeTime
>
>
> This line causes the error:
> <dtml-var ZopeTime fmt=3D"aCommon">
>

Take a look at the the parameters that can be passed to time.strftime().
aCommon is invalid.

-aj