Closed JodliDev closed 5 months ago
Which image are you using? I found and fixed some issues but couldn't find your last error. This property exists:
go\modules\community\addressbook\convert\VCard::$tempFile
PS: Please report bugs at the main project intermesh/groupoffice.
Group office seems to install PHP 8.2 in its docker Dockerfile. But Groupoffice uses version 4.4 of Sabre\DAV which is not compatible with PHP 8.2 (This seems to be fixed in sabre\DAV version 4.5).
This causes (at least) the following errors:
When adding the addressbook to a new client (thunderbird in my case) the error responds with a 500 error and internally throws:
(Probably) The same error is caused when trying to export the addressbook:
You can find more information here: https://github.com/sabre-io/dav/issues/1474