Thank you Georges, adding the webmail_enabled field in member schema fixed the problem and I'm able to log in as a normal member. I'm still getting the ComponentLookupError when I call folder_contents.
Stefano On 3/1/06, Georges Racinet <[EMAIL PROTECTED]> wrote: > > On Mar 1, 2006, at 11:04 AM, Stefano Schintu wrote: > > > Florent, > > thank you very much for the reply. > > (snip) > > > * Module Products.CMFCore.ActionInformation, line 236, in > > testCondition > > * Module Products.CMFCore.Expression, line 44, in __call__ > > * Module Products.PageTemplates.ZRPythonExpr, line 47, in __call__ > > __traceback_info__: member and > > portal.portal_webmail.canHaveMailBox() > > * Module Python expression "member and > > portal.portal_webmail.canHaveMailBox()", line 1, in <expression> > > * Module Products.CPSMailAccess.mailtool, line 258, in > > canHaveMailBox > > > > KeyError: 'webmail_enabled' (Also, the following error occurred while > > attempting to render the standard error message, please see the event > > log for full details: 'webmail_enabled') > > Try to add 'webmail_enabled' (Boolean Field) in your members > directory's schema. > > > --------- > Georges Racinet Nuxeo SAS > [EMAIL PROTECTED] http://nuxeo.com > Tel: +33 (0) 1 40 33 71 73 > > > _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
