[Zope] manage_addFolder unusable from DTML-call?

Dieter Maurer dieter@handshake.de
Sun, 26 Nov 2000 23:22:17 +0100 (CET)


Kyler B. Laird writes:
 > I have a simple DTML method:
 > 	....
 > 	<dtml-call "manage_addFolder('Folder', 'my new folder')">
 > 	....
 > ....
 > I can go through the management interface to create
 > and destroy folders, but as soon as I view this
 > method, (it tries to reauthenticate me and) I get:
 >   Zope Error
 > 
 >   Zope has encountered an error while publishing this resource. 
 > 
 >   Unauthorized
When I tried to reproduce your problem (ZopeCVS rather than
Zope 2.2.4b1), everything worked as it should -- no
Unauthorized exception.


Dieter