7 Dec
2000
7 Dec
'00
8:53 p.m.
urs.beyeler writes:
i try to allow users uploading files through a web-interface on zope2.2.1. this works fine unless i try this in a GenericUserFolder-controlled folder ...
i always get
Error Type: AttributeError Error Value: getUserById I do not have the GenericUserFolder sources around, therefore I cannot look:
Apparently, your upload code uses "getUserById" and "GenericUserFolder" does not define it (while the normal UserFolder does). Look at the upload code and check whether you need the "getUserById". Dieter