[Zope] RuntimeError:maximum recursion depth exceeded

Dieter Maurer dieter at handshake.de
Sun Jun 10 13:23:22 EDT 2007


kamal hamzat wrote at 2007-6-10 15:22 +0100:
> ...
>After successfully created News Item ZClass from the example from the zope book. When I selected News Item from the Add list, this is the error msg displayed
>
>Error Type: RuntimeError
>Error Value: maximum recursion depth exceeded.

Whenever you ask for help with exceptions you must include
beside "Error Type" and "Error Value" the traceback.
The traceback tells you (and us) where precisely the exception
has been raised and in what context this happened. This
is vital information.

You find the traceback in the "error_log" object in the ZMI,
in the root folder.



-- 
Dieter


More information about the Zope mailing list