-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sympa 6.2.36: Crash of web interface when editing list moderators #456
Comments
Hi @sk-unikent, Could you please check if this patch will solve the problem? |
Hi @ikedas, thanks for the fast response!
I can confirm there are two owners under the Kent domain (I tried re-adding them) on this list... I'm trying to work out why 'owners' is null in the first place, but it seems like everything in the list config is in order. |
Hi @sk-unikent, |
Yes that works as a workaround, thank you! |
Sympa 6.2.36: Crash of web interface when editing list moderators #456
Thanks @sk-unikent for confirming! This fix will be included in 6.2.37b.2 in the next month. |
Version
Sympa 6.2.36
Installation method
RPM
Expected behavior
When adding a list moderator to a list, the list moderator should be added, and no error should be displayed. This is done under the path /sympa/review/LISTNAME/editor, a form "Add moderators" is filled out and then "Update" is pressed, which currently results in the failure.
Actual behavior
Internal Server Error
Sympa encountered an internal error.
Please contact the listmaster.
Error: Can't use an undefined value as an ARRAY reference at /usr/share/sympa/lib/Sympa/List/Users.pm line 75.
Traceback
DIED: Can't use an undefined value as an ARRAY reference at /usr/share/sympa/lib/Sympa/List/Users.pm line 75.
at /usr/share/sympa/lib/Sympa/List/Users.pm line 75.
Sympa::List::Users::ANON(Sympa::List::Users [email protected], HASH(0xe23d748)) called at /usr/share/sympa/lib/Sympa/Config.pm line 672
Sympa::Config::_validate_changes(Sympa::List::Users [email protected], HASH(0xe23d748), ARRAY(0xea16580)) called at /usr/share/sympa/lib/Sympa/Config.pm line 285
Sympa::Config::submit(Sympa::List::Users [email protected], HASH(0xe224c48), '[email protected]', ARRAY(0xea16580)) called at /usr/libexec/sympa/wwsympa.fcgi line 4834
main::_review_user('editor') called at /usr/libexec/sympa/wwsympa.fcgi line 4791
main::do_review() called at /usr/libexec/sympa/wwsympa.fcgi line 1572
The text was updated successfully, but these errors were encountered: