Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
DumbergerL opened this issue Nov 3, 2022 · 3 comments
Closed

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

DumbergerL opened this issue Nov 3, 2022 · 3 comments

Comments

@DumbergerL
Copy link
Contributor

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 DumbergerL changed the title REST-API: A server error ocurred REST-API: A server error ocurred (Rename Avatar) Nov 3, 2022
@DumbergerL
Copy link
Contributor Author

Affected integration-test:

  • FileRequestAvatarTest.testRenameFile

@DumbergerL
Copy link
Contributor Author

Ticket ChurchTools Support: [#87244]

@DumbergerL
Copy link
Contributor Author

Resolved with update to new ChurchTools Version:
271b5c3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant