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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to