You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is not possible to save contact changes when a birthday date is set
changes or create new contacts have the same issue (only if birthday is set)
if a contact has a birthday it is not possible to move it to a shared addressbook
old contact can have birthday but can not be changed any more
Steps to reproduce
Go to 'contacts' in a shared addressbook
edit a contact with birthday
make any change and try to save -> errormessage will be displayed (unable to update contact)
delete the birthday
click on save -> no error
Expected behavior
no error on saving contacts
Actual behavior
no error
Contact version
5.3.2
Operating system
Linux 5.15.116
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database
MySQL
Additional info
errormessage in nextcloud log
OC\DB\Exceptions\DbalException: An exception occurred while executing a query: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xF0\x9F\x8E\x82 A...' for column nextcloud.oc_calendarobjects_props.value at row 1
The text was updated successfully, but these errors were encountered:
i fixed it not realy but it works for me now with no error!
disabled to create a calendar with the birthdays in the general groupware settings in nextcloud
it looks like this gives the issue because if i enable this funktion back saving a contact with a birthday is not possible!!!
Same issue: for me its not possible to add or change birth date for a contact after creation in shared group folder :(
Hope for a fix in contacts app...
Describe the bug
on shared addressbooks
it is not possible to save contact changes when a birthday date is set
changes or create new contacts have the same issue (only if birthday is set)
if a contact has a birthday it is not possible to move it to a shared addressbook
old contact can have birthday but can not be changed any more
Steps to reproduce
Expected behavior
no error on saving contacts
Actual behavior
no error
Contact version
5.3.2
Operating system
Linux 5.15.116
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database
MySQL
Additional info
errormessage in nextcloud log
OC\DB\Exceptions\DbalException: An exception occurred while executing a query: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xF0\x9F\x8E\x82 A...' for column
nextcloud
.oc_calendarobjects_props
.value
at row 1The text was updated successfully, but these errors were encountered: