Florian Konnertz wrote at 2003-3-18 10:35 +0100:
I'm still bothered with the misbehaving ZopeTime object. If you could give me further debugging tips i would be very thankful. ... As an example of several errors take this one: http://openspirit.homelinux.net/noowiki/IssueTracker The issue tracker needs a catalog. With a clean catalog there are no errors, but with a fresh built one i get this error:
Traceback (innermost last):
.... * Module Products.ZWiki.ZWikiPage, line 416, in render_stxprelinkdtmlhtml * Module OFS.DTMLDocument, line 134, in __call__
Again, it looks as if this DTMLDocument" were called without the necessary positional arguments. Look at line 416 of ZWikiPage and check the call there. DTML objects (usually) require 2 positional arguments (called "client" and "REQUEST"). "client" is necessary to find basic infrastructure such as "ZopeTime". Dieter