5pm-HDH / churchtools-api

The Churchtools-API Client is a wrapper for the churchtools-api written in PHP.
MIT License
18 stars 8 forks source link

REST-API: A server error ocurred (Rename Avatar) #128

Closed DumbergerL closed 1 year ago

DumbergerL commented 1 year ago

When updating ChurchTools, an error crept into the REST API on ChurchTools side:

{
  "message": "A server error ocurred",
  "translatedMessage": "server.error",
  "messageKey": "server.error",
  "args": [],
  "errors": [
    {
      "message": "Churchtools\\Domain\\Person\\AvatarFileDomainHandler::beforeFileSave(): Argument #1 ($domainIdentifier) must be of type string, null given, called in /opt/churchtools_application/versions/churchtools-3.91.1/system/src/Domain/File/FileController.php on line 295"
    }
  ]
}

The Error ist reported an hopefully get fixed soon.

DumbergerL commented 1 year ago

Affected integration-test:

DumbergerL commented 1 year ago

Ticket ChurchTools Support: [#87244]

DumbergerL commented 1 year ago

Resolved with update to new ChurchTools Version: 271b5c3