Closed (fixed)
Project:
Notify
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2009 at 21:22 UTC
Updated:
7 Apr 2009 at 22:20 UTC
Notify 5.x-1.2 upgrade cleared the setting for notification and they will not stick when re-entered.
Warning box: Your e-mail address must be specified on your my account page.
Each account does have an email.
Clicking submit comes back with all settings removed and a statement that the settings have been saved.
It cleared all user's settings. I have re-entered the emails, I have run cron. No change.
Anyone else seeing this?
Comments
Comment #1
NaX commentedI have just done a clean install and on the root account I got this message. After a few min of investigating the code I found the problem.
The problem is notify_user_settings_form() is referring to
$arg->uidand the passed in arg is$uidor you could also usearg(1).This
Should be this:
Comment #2
peregrine commentedThanks for the fast response. Working fine now.
Comment #3
Standart commentedSeems to be working for me, too. Thanks.
Comment #4
JoachimVdH commentedworks 4 me too. Tnx
Comment #5
sdrycroft commentedI was just about to submit a patch of exactly this. It really should be packaged up into 5.x-1.3.
Comment #6
matt2000 commentedThis has been fixed in dev for a while. I just rolled a new release.
Comment #7
sdrycroft commentedCheers Matt.
Simon