I have an entity connected to documents by two relationships:
1. In bottom Panel n:n to show all connected documents
2. In the entity itself one-to-one to get a certain value
When I create a new document, I recently get an Error 500 at saving, although the record will be saved.
This is the error message:'
1. In bottom Panel n:n to show all connected documents
2. In the entity itself one-to-one to get a certain value
When I create a new document, I recently get an Error 500 at saving, although the record will be saved.
This is the error message:'
Code:
ERROR: Slim Application Error Type: TypeError Code: 0 Message: Argument 1 passed to Espo\ORM\Repository\RDBRelation::relateById() must be of the type string, null given, called in /var/www/vhosts/kunstservice.net/test.kunstservice.net/application/Espo/Core/Repositories/Database.php on line 596 File: /var/www/vhosts/kunstservice.net/test.kunstservice.net/application/Espo/ORM/Repository/RDBRelation.php Line: 366 Trace: #0
Comment