Closed (fixed)
Project:
[Archive] Drupal.org D7 upgrade QA
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
16 Sep 2013 at 11:05 UTC
Updated:
7 Nov 2013 at 18:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jthorson commentedConfirmed.
Comment #2
jthorson commentedHmmm ... unable to reproduce again this evening ... not sure what might have changed in the meantime.
Comment #3
rakhimandhania commentedHi, Thanks for reporting the issue. However, I am unable to reproduce this. Can you please provide some more details that can help?
Comment #4
vinoth.3v commentedIssue still exists.
Comment #5
vinoth.3v commentedsomething makes this fixed. further user save working fine.
Comment #6
helmo commentedI had this again after saving my user profile page ... after clinking the timezone link from #2090757: User timezone on git7site doesn't match the value on production
Comment #7
tvn commentedHappened to me as well when updating timezone settings.
Comment #8
helmo commentedline 809 of multiple_email.module:
Which I guess we get to via multiple_email_user_update() ... but why is $account invalid?
Comment #9
jthorson commentedWhat's happening is $email comes through as a string, instead of as an object ... so the $email object references all trigger an error.
Once you save the user account once, the act of saving corrects the condition; and the notice thus disappears. This suggests it may be related to the update, perhaps within the multiple_email module.
Comment #10
helmo commentedFound an issue about this, with patch, #1809334: multiple_email_send_confirmation() called incorrectly
As drumm is maintainer getting this rtbc patch in should not be difficult.
Comment #11
tvn commentedThat patch is in, tagging so we could get it on git7site.
Comment #12
drummMerging to BZR and deploying now.