[Zope] exUserFolder vs SSL
Dieter Maurer
dieter@handshake.de
Tue, 4 Feb 2003 19:21:41 +0100
Richard Wesley wrote at 2003-2-3 09:08 -0800:
> ... traceback ...
> Site Error
> File ....Products/exuserFiler/exUserfolder.py, line 694 in std_validate
> ValueError: unpack tuple of wrong size.
>
> This makes it rather difficult to maintain or patch the production server.
Investigate what goes wrong in line 694 of "exUserfolder.py".
Print (or log) the tuple and try to guess where the wrong
value comes from or how to work around this problem.
Dieter