[Zope] change proxy role permission

Dieter Maurer dieter@handshake.de
Mon, 21 Jan 2002 21:53:02 +0100


Paul,

Paul Zwarts writes:
 > ...
 > But one thing worth mentioning that it doesn't work either as
 > superuser... 
That sounds weird enough to start debugging:

     add:

	import pdb; pdb.set_trace()

     in the function changing the proxy role (to be found via the traceback)

     Restart Zope in a way that it reads/write from a console
     (or pty, under Unix).

     Try to change the proxy role. Zope should stop and
     you should be able to use pdb (Python DeBugger) commands
     to find out precisely, why you are not able to change
     the proxy role.


Dieter