[Bug 288954] mail/roundcube-automatic_addressbook
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 288954] mail/roundcube-automatic_addressbook: silence warnings"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 288954] mail/roundcube-automatic_addressbook: silence warnings"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 288954] mail/roundcube-automatic_addressbook: silence warnings"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 288954] mail/roundcube-automatic_addressbook: silence warnings"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 288954] mail/roundcube-automatic_addressbook: silence warnings"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Aug 2025 11:42:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288954
Bug ID: 288954
Summary: mail/roundcube-automatic_addressbook
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: oleg@pcbtech.ru
CC: andrej@ebert.su
CC: andrej@ebert.su
Flags: maintainer-feedback?(andrej@ebert.su)
Created attachment 263071
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=263071&action=edit
patch to hush the warnings
Hello. I saw lot of errors in me log file due to trying to check of
uninitialised/non-existed vars:
[31-Jul-2025 20:16:50 Europe/Moscow] PHP Warning: Undefined array key
"charset" in
/usr/local/www/roundcube/plugins/automatic_addressbook/automatic_addressbook.php
on line 132
[31-Jul-2025 20:16:50 Europe/Moscow] PHP Warning: Undefined array key "Cc" in
/usr/local/www/roundcube/plugins/automatic_addressbook/automatic_addressbook.php
on line 133
[31-Jul-2025 20:16:50 Europe/Moscow] PHP Warning: Undefined array key
"charset" in
/usr/local/www/roundcube/plugins/automatic_addressbook/automatic_addressbook.php
on line 133
[31-Jul-2025 20:16:50 Europe/Moscow] PHP Warning: Undefined array key "Bcc" in
/usr/local/www/roundcube/plugins/automatic_addressbook/automatic_addressbook.php
on line 134
[31-Jul-2025 20:16:50 Europe/Moscow] PHP Warning: Undefined array key
"charset" in
/usr/local/www/roundcube/plugins/automatic_addressbook/automatic_addressbook.php
on line 134
[31-Jul-2025 20:16:50 Europe/Moscow] PHP Warning: Undefined array key
"email:home" in
/usr/local/www/roundcube/plugins/automatic_addressbook/automatic_addressbook.php
on line 287
[31-Jul-2025 20:16:50 Europe/Moscow] PHP Warning: Undefined array key
"email:work" in
/usr/local/www/roundcube/plugins/automatic_addressbook/automatic_addressbook.php
on line 287
and so I propose the attched patch to hush this kind of warnings. Tested on my
servers, it seems to works as expected
WBR
--
You are receiving this mail because:
You are the assignee for the bug.