Closed (fixed)
Project:
Invite
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2011 at 18:53 UTC
Updated:
12 Nov 2011 at 03:30 UTC
Jump to comment: Most recent file
Notice: Undefined property: stdClass::$mail in DatabaseStatementBase->fetchAllAssoc() (line 2069 of /xxx/includes/database/database.inc).
i get the following error when someone tries to invite a current user, or someone they have already invited.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | invite-error-when-inviting-current-user-1144862-2.patch | 3.54 KB | glekli |
Comments
Comment #1
medden commentedI am getting the same error.... did anyone find a solution?
Comment #2
glekli commentedI ran into the same error and was able to figure it out. I am attaching a patch to fix it.
It looks like the D7 code did not actually filter out e-mail addresses that had previously been registered or invited, but only set an error. That is, the invitation e-mail was sent anyway, even though the error message appeared.
Comment #3
glekli commentedCommitted.