[Zope] Can't add a ZClass with constructor object

Dieter Maurer dieter at handshake.de
Thu Dec 16 14:57:03 EST 2004


Vital Lobachevsky wrote at 2004-12-16 18:47 +0200:
>(Zope 2.6.1 (binary release, python 2.1, linux2-x86), python 2.1.3, linux2)
>
>I can't add a ZClass with constructor object:
>
>Error Type: KeyError
>Error Value: title
>
>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 Products.PlugIns.PlugIns, line 846, in manage_addZClass
>KeyError: title

This is not a Zope problem but one of the third party product
"Plugins". Probably, "title" is not found in "REQUEST".
Check the code near line 846 of "Products.PlugIns.Plugins".

-- 
Dieter


More information about the Zope mailing list