From a7d6c0e6403d9700ff333107936bfa8dfc10900f Mon Sep 17 00:00:00 2001 From: btatu Date: Fri, 2 Sep 2022 17:11:00 +0200 Subject: [PATCH] Ajout astuce pour corriger l'erreur "Can't use an undefined value as an ARRAY reference" --- HowtoSympa.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HowtoSympa.md b/HowtoSympa.md index 46f6032f..f1c78cdb 100644 --- a/HowtoSympa.md +++ b/HowtoSympa.md @@ -368,4 +368,15 @@ wwsympa[20004]: err main::#1566 > main::do_close_list#11188 > Sympa::Spindle::sp C'est peut-être une restriction Systemd du type `ProtectSystem=full` (par défaut dans Debian 10). +## Attention à la casse des adresses mails +Quand on demande l'index des listes : + +~~~ +DIED: Can't use an undefined value as an ARRAY reference at /usr/share/sympa/lib/Sympa/List.pm line 2868. +at /usr/share/sympa/lib/Sympa/List.pm line 2868. +Sympa::List::is_admin(Sympa::List , 'privileged_owner', 'n.s@fredomainee.fr') called at /usr/lib/cgi-bin/sympa/wwsympa.fcgi line 4258 +main::do_lists() called at /usr/lib/cgi-bin/sympa/wwsympa.fcgi line 1557 +~~~ + +Vérifier que les adresses mails dans les fichiers de configurations soient écrites en minuscules. \ No newline at end of file