format error in kolab_addressbook
Mihai Badici <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <201210022332.18844.mihai__37884.7357271754$1349209940$gmane$org@badici.ro> |
After the previous discutions, I manage to make roundcube 0.9 to work with calendar and addressbook. However, when I add a contact from roundcube form, I have this error when displaying contact: strtr() expects parameter 1 to be string, resource given in /usr/lib/roundcubemail-0.9/program/include/rcube_utils.php on line 276 Warning: strtr() expects parameter 1 to be string, resource given in /usr/lib/roundcubemail-0.9/program/include/rcube_utils.php on line 247 Indeed, in the contact's XML the fn it's correct, but the givenname and surname fields are as : <surname> resource ID #231 </surname> So it's probably about parsing or converting the form. Regards, Mihai