-
Notifications
You must be signed in to change notification settings - Fork 14
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
PHP Warning: array_intersect_key(): Argument #1 is not an array #11
Comments
Hi, regards, sb |
You probably get this message when updating an existing contact in you default addressbook or something like that. thanks, sb |
Using Roundcube 1.1.5 I edited an entry in the Collected Addresses, the entry did move to my default address book. Just wanted to check on that warning. Edited to add, I don't see this warning when adding a new entry directly to the default SQL address book. |
Thank for your feedback. It's probably a bug in roundcube itself. If I understand correctly, it doen't handle very well the move of the contact entry from the collected_addressbook to the default addressbook while editing when refreshing the contact list at the end of the process. This is probably a regression in a recent version of roundcube. This message is mostly harmless. I opened a bug on roundcube directly for that. Closing this one now. sb |
Seeing this warning in the Roundcube error log.
PHP Warning: array_intersect_key(): Argument #1 is not an array in /usr/share/roundcube/program/steps/addressbook/save.inc on line 178
Seems to be when the contact is edited and moved to the default address book.
The text was updated successfully, but these errors were encountered: