Sjoerd001
Sjoerd001
Same here (7.3.1 and NC 31.0.9) Only change i see is that manually resizing the note is gone and the width of the note is not wider then 32 characters....
Its an import/export problem. See my comment on bug: https://github.com/nextcloud/contacts/issues/4656#issuecomment-3489356129
> Well, my contacts are broken without being exported/imported. The notice field of existing contacts is broken just after update of NC and/or the contacts app. Thats because they are...
No you cant use SQL to change the cards. Simply change V3 to V4 corrupts the avatar/pic. The PHOTO: line needs to be completely base64 reformatted. The only way I...
@andreas51 That seems to do the trick for my 300+ exported contacts. (Still evaluating the results, but seems promising even for the avatars/images) @formwandler @jancborchardt @SchorschKloni Sorry no sql statements...
Probably you have the same as me: MariaDB [dbmail]> show columns from dbmail_datefield; ``` +----------------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------+---------------------+------+-----+---------+-------+ |...
Maybe make it unique? datefield as d and subjectfiled as s ``` SELECT m.message_idnr FROM dbmail_messages m LEFT JOIN dbmail_physmessage p ON m.physmessage_id=p.id LEFT JOIN dbmail_ccfield ON m.physmessage_id=dbmail_ccfield.physmessage_id LEFT JOIN...
Some errors from nextcloud.log: ``` { "reqId": "Zmfm_SgM-8AZ_mvrWgCr9AAAAM0", "level": 3, "time": "2024-06-11T05:56:16+00:00", "remoteAddr": "10.10.254.1", "user": "kxxxxxx", "app": "mail", "method": "GET", "url": "/nextcloud/index.php/apps/mail/api/messages/5255/body", "message": "Could not load message", "userAgent": "Mozilla/5.0 (X11;...
Data in mail export: ``` status | "error" message | "OCA\\Mail\\Http\\AttachmentDownloadResponse::__construct(): Argument #1 ($content) must be of type string, null given, called in /var/lib/nextcloud/apps/mail/lib/Controller/MessagesController.php on line 549 in file '/var/lib/nextcloud/apps/mail/lib/Http/AttachmentDownloadResponse.php'...
Some headers: Cache-Control: no-cache, no-store, must-revalidate Connection: close Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none' Content-Type: application/json; charset=utf-8 Date: Tue, 11 Jun 2024 06:26:27 GMT Expires: Thu, 19 Nov 1981 08:52:00...