31 Jan
2005
31 Jan
'05
6:23 p.m.
Jamie van Dyke wrote at 2005-1-31 03:04 +0000:
... I'm new to zope, and google has been fruitless on this.
One of the first things, you should learn: Whenever you see an "*Error" (such as "KeyError", "NameError", "AttributeError", ...), look at the traceback. You find it in your "error_log" object, situated in your Zope "Root Folder" (in the Management Interface). When you report errors, include at least: "ErrorType", "ErrorValue" and the traceback (all from the "error_log"). -- Dieter