Skip to content
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 in /var/log/roundcubemail/errors #1295

Closed
tynie opened this issue Nov 29, 2017 · 1 comment
Closed

PHP Warning in /var/log/roundcubemail/errors #1295

tynie opened this issue Nov 29, 2017 · 1 comment

Comments

@tynie
Copy link

tynie commented Nov 29, 2017

Hi,

i got alot of these PHP Warnings in my roundcube error log:

[27-Nov-2017 19:55:08 Europe/Berlin] PHP Warning:  Declaration of carddav_backend::rename_group($group_id, $newname) should be compatible with rcube_addressbook::rename_group($group_id, $newname, &$newid) in /usr/local/lib/roundcubemail/plugins/carddav/carddav_backend.php on line 26
[27-Nov-2017 19:57:34 Europe/Berlin] PHP Warning:  Declaration of carddav_backend::delete($ids) should be compatible with rcube_addressbook::delete($ids, $force = true) in /usr/local/lib/roundcubemail/plugins/carddav/carddav_backend.php on line 26
[27-Nov-2017 19:57:34 Europe/Berlin] PHP Warning:  Declaration of carddav_backend::list_groups($search = NULL) should be compatible with rcube_addressbook::list_groups($search = NULL, $mode = 0) in /usr/local/lib/roundcubemail/plugins/carddav/carddav_backend.php on line 26
[27-Nov-2017 19:57:34 Europe/Berlin] PHP Warning:  Declaration of carddav_backend::rename_group($group_id, $newname) should be compatible with rcube_addressbook::rename_group($group_id, $newname, &$newid) in /usr/local/lib/roundcubemail/plugins/carddav/carddav_backend.php on line 26
[28-Nov-2017 12:01:23 Europe/Berlin] PHP Warning:  Declaration of carddav_backend::delete($ids) should be compatible with rcube_addressbook::delete($ids, $force = true) in /usr/local/lib/roundcubemail/plugins/carddav/carddav_backend.php on line 26
[28-Nov-2017 12:01:23 Europe/Berlin] PHP Warning:  Declaration of carddav_backend::list_groups($search = NULL) should be compatible with rcube_addressbook::list_groups($search = NULL, $mode = 0) in /usr/local/lib/roundcubemail/plugins/carddav/carddav_backend.php on line 26
[28-Nov-2017 12:01:23 Europe/Berlin] PHP Warning:  Declaration of carddav_backend::rename_group($group_id, $newname) should be compatible with rcube_addressbook::rename_group($group_id, $newname, &$newid) in /usr/local/lib/roundcubemail/plugins/carddav/carddav_backend.php on line 26

Any ideas why?

@tbhi
Copy link

tbhi commented Nov 29, 2017

Looking at https://github.com/blind-coder/rcmcarddav/blob/014efe8c0eb2e9decc349fd7a33ba083207db9a1/carddav_backend.php#L2073 I think fixed in their latest code. Ideally they'd do a new release.

@tynie tynie closed this as completed Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants