[Zope] Problem with Wiki and 2.3.x

Ricardo Banffy rbanffy@mac.com
Thu, 15 Mar 2001 18:53:19 -0300


Hi.

I am experiencing a problem ever since I moved our Wikis from a 2.2.0
instance to a 2.3.0 (now 2.3.1b2 but the problem persists) that maybe
someone has already experienced (and solved).

It's that simple: the Wikis have been moved from the root of a 2.2.0
instance into a folder called "wiki". They still work (more or less - some
links are broken, but nothing wiki is broken) from there. From that folder
they were .zexp'ed to the 2.3.0 instance and, when I try to get a specific
page, I get the following error:

Error Type: TypeError
Error Value: unexpected keyword argument: client

With the following stack dump:

Traceback (innermost last):
  File /home/zope/intranet_12480/lib/python/ZPublisher/Publish.py, line 223,
in publish_module
  File /home/zope/intranet_12480/lib/python/ZPublisher/Publish.py, line 187,
in publish
  File /home/zope/intranet_12480/lib/python/Zope/__init__.py, line 221, in
zpublisher_exception_hook
    (Object: Traversable)
  File /home/zope/intranet_12480/lib/python/ZPublisher/Publish.py, line 171,
in publish
  File /home/zope/intranet_12480/lib/python/ZPublisher/mapply.py, line 160,
in mapply
    (Object: FrontPage)
  File /home/zope/intranet_12480/lib/python/ZPublisher/Publish.py, line 112,
in call_object
    (Object: FrontPage)
  File /home/zope/intranet_12480/lib/python/Products/ZWiki/ZWikiPage.py,
line 192, in __call__
    (Object: FrontPage)
  File /home/zope/intranet_12480/lib/python/OFS/DTMLMethod.py, line 189, in
__call__
    (Object: standard_wiki_header)
  File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_String.py,
line 538, in __call__
    (Object: standard_wiki_header)
  File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_Let.py, line
147, in render
    (Object: unframed="1")
  File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_With.py,
line 146, in render
    (Object: this)
  File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_Util.py,
line 334, in eval
    (Object: context(client=this(), REQUEST=REQUEST, with_siblings=0))
    (Info: this)
  File <string>, line 0, in ?
TypeError: (see above)


Has anyone solved this one?