Hello all! I'm running Zope 2.3.2, recently upgraded, and the latest versions of ZWiki and Wiki Forum, and after dropping them into a directory, I've discovered that when I try to 'Edit' a wiki page, I get an error. I can't quite figure out why i'm receiving the error, yet. :) The site is at http://www.myseraph.org/CDI/Danashee/Danashee. The following is the error: -- begin -- Zope Error Zope has encountered an error while publishing this resource. Error Type: TypeError Error Value: call of non-function (type string) Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. Traceback (innermost last): File /home/myseraph/Zope-2.3.0-src/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /home/myseraph/Zope-2.3.0-src/lib/python/ZPublisher/Publish.py, line 187, in publish File /home/myseraph/Zope-2.3.0-src/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: FrontPage) File /home/myseraph/Zope-2.3.0-src/lib/python/ZPublisher/Publish.py, line 171, in publish File /home/myseraph/Zope-2.3.0-src/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: editform) File /home/myseraph/Zope-2.3.0-src/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: editform) File /home/myseraph/Zope/lib/python/Products/ZWiki/ZWikiPage.py, line 429, in editform (Object: FrontPage) File /home/myseraph/Zope/lib/python/OFS/DTMLMethod.py, line 189, in __call__ (Object: editform) File /home/myseraph/Zope-2.3.0-src/lib/python/DocumentTemplate/DT_String.py, line 549, in __call__ (Object: editform) File /home/myseraph/Zope-2.3.0-src/lib/python/DocumentTemplate/DT_Util.py, line 334, in eval (Object: standard_wiki_header(this(),REQUEST,RESPONSE,title_url='../'+id())) (Info: this) File <string>, line 0, in ? TypeError: (see above) -- end -- You can easily duplicate the error by clicking on 'Front Page' on the site above and then 'Edit'. Does anyone have any idea what's wrong here, or how I can go about fixing it? Thanks for any assistance! --Ix