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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to