[Zope-CMF] Problems with Blark (CMFOptions 1.2, CMF 1.2, Zope 2.5.0, Python
2.1.2)
Dieter Maurer
dieter@handshake.de
Sun, 31 Mar 2002 20:45:57 +0200
David Negaard writes:
> On a fresh install of Zope, CMF, and CMFOptions, and after following the
> instructions in the README.TXT file to install/enable Blark, I'm getting
> the following error when I attempt to edit a Blark in 'my stuff':
> ....
> in __call__
> (Object: blark_document_edit_form)
> File /usr/lib/zope/lib/python/DocumentTemplate/DT_Let.py, line 76, in
> render
> (Object: bord="controlInfo.get('borders') and '1' or '0'"
> access="checkViewable(this(),'editable')")
> KeyError: isWeblogOwner
Look at "blark_document_edit_form".
It references "isWeblogOwner" which is not defined (do not know why, however).
Dieter