[Zope-CMF] problem importing a cmf1.1 site into 1.2CVS
Dieter Maurer
dieter@handshake.de
Sun, 31 Mar 2002 20:46:40 +0200
marc lindahl writes:
> I'm trying the impossible - port a site built in zope2.3.3 and cmf1.1 into
> zope 2.5 cmf1.2(actually CVS from yesterday). Anyone have an idea what this
> error might mean (I wish Zdebug worked in 2.5!):
>
>
> Zope Error
>
> Zope has encountered an error while publishing this resource.
>
> Error Type: CompilerError
> Error Value: Invalid variable name "kwargs.get('comment', '')"
Probably a missing "python:" prefix befor "kwargs.get".
Dieter