From owner-freebsd-python@FreeBSD.ORG Sun Nov 7 09:40:22 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B26B216A4CE for ; Sun, 7 Nov 2004 09:40:22 +0000 (GMT) Received: from vsmtp2.tin.it (vsmtp2alice.tin.it [212.216.176.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D4643D48 for ; Sun, 7 Nov 2004 09:40:21 +0000 (GMT) (envelope-from massimo@mail.studiomasson.it) Received: from mail.studiomasson.it (82.52.126.156) by vsmtp2.tin.it (7.0.027) id 418BCE090008449B for freebsd-python@freebsd.org; Sun, 7 Nov 2004 10:40:21 +0100 Message-ID: <418DED82.4030106@mail.studiomasson.it> Date: Sun, 07 Nov 2004 10:40:18 +0100 From: Massimo Masson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.6) Gecko/20040417 X-Accept-Language: it, en, en-us MIME-Version: 1.0 To: freebsd-python@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Plone 2.0.4 and user roles change problem X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: max@mail.studiomasson.it List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 09:40:22 -0000 Hi everibody, I've just upgraded my Plone installation. I'm running: FreeBSD 4.10-RELEASE-p3, Zope 2.7.2, Plone 2.0.4 installed via ports with all dependencies... Well, everything seems working. The only problem i seem to have now is that after creating a new Plone user, when i go to the ZMI to change his roles (as a manager of the site, or manager of a higher level of my zope tree), such as adding a "reviwer" role or so, and after pressing the "change" button i get the following error message: > Errore del Sito > > Tentando di soddisfare la tua richiesta, sono occorsi degli errori: > > Tipo di errore > TypeError > Valore dell'errore > _updateUser() got an unexpected keyword argument 'name' > Richiesta fatta il > 2004/11/07 10:46:49.288 GMT+1 (Sorry for the non-translated error message) Google has not been such a friend this time, as i already searched info wihithout success. The user is managed by "GRUF v.3.0Beta1", as per default installation. I need this feature but i don't know how to solve... has anyone had the same problem? Any ideas? Thanks in advance, Max.