> Anyone know what this means: > > > 2002-03-08T11:35:50 ERROR(200) CMFCore.MembershipTool Error during wrapUser: > > > > Type:exceptions.AttributeError > > Value:'None' object has no attribute '__of__' So the wrapUser method is being passed None instead of a user object, which should never happen as far as I can see. How's it being called? Can you get a call stack? seb