[Zope-CMF] CMFWiki problem
James Walker
jamesw@vector-tri.co.uk
Wed, 18 Sep 2002 21:58:57 +0100
Hello can anyone help me...
I have now managed to install CMFWiki and added a new wiki page to my CMF
site.
However when I try to do some wiki-ing on it I get errors...
First I create the new linked document by selecting the '?' to make a new
link and document.
which brings up the wikipage_create_form, then when I press the Create
button I get the following
message:
Error Type: KeyError
Error Value: nobody
then in the traceback:
File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 150, in
publish_module
File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 114, in
publish
File C:\PROGRA~1\WebSite\lib\python\Zope\__init__.py, line 159, in
zpublisher_exception_hook
(Object: myWiki2)
File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 98, in
publish
File C:\PROGRA~1\WebSite\lib\python\ZPublisher\mapply.py, line 88, in
mapply
(Object: wikipage_create_handler)
File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 39, in
call_object
(Object: wikipage_create_handler)
File C:\Program Files\zope\Products\CMFCore\FSPythonScript.py, line 90, in
__call__
(Object: wikipage_create_handler)
File C:\PROGRA~1\WebSite\lib\python\Shared\DC\Scripts\Bindings.py, line
252, in __call__
(Object: wikipage_create_handler)
File C:\PROGRA~1\WebSite\lib\python\Shared\DC\Scripts\Bindings.py, line
283, in _bindAndExec
(Object: wikipage_create_handler)
File C:\Program Files\zope\Products\CMFCore\FSPythonScript.py, line 124,
in _exec
(Object: wikipage_create_handler)
(Info: ({'script': <FSPythonScript instance at 025C4210>, 'context':
<CMFWikiPage 'myWiki2' at 0x2092040>, 'container': <CMFSite instance at
01B019D0>, 'traverse_subpath': []}, ('MyWikiPage', 'foo', ''), {}, ('',)))
File Script (Python), line 1, in wikipage_create_handler
File C:\Program Files\zope\Products\CMFWiki\CMFWikiPage.py, line 708, in
create_page
(Object: myWiki2)
KeyError: (see above)
I would be grateful for any help on this one,
Cheers
James