[Zope-CMF] Recussion error: How to debug ?
Dieter Maurer
dieter@handshake.de
Mon, 10 Mar 2003 22:32:11 +0100
Gitte Wange wrote at 2003-3-10 17:26 +0100:
> I have created a folderish object that I am trying to use ...
> Now a Manager of the site can access it just fine but members get a reccursion
> error.
> I have no idea of where I have messed up ;-)
> How on earth do I debug the thing ?
> I entered a zLOG.LOG statement into the call function and yes - it shows up
> about 100 times (maybe less *S*) in my z2.log file ...
> Any hints ?
A "maximal recursion level exceeded" error should give you a nice traceback.
Identify the loop and analyse why it happens.
Dieter