Hi,
in the some custom entities I get the Error 500 on saving. Nevertheless, after refreshing the browser, the record is saved and further editig is possible without the error. I have two custom relationships in the entities and I guess it is due to these.
The log says:
I see, that there seems to be a wrong type in database, but I do not find, where that is.
in the some custom entities I get the Error 500 on saving. Nevertheless, after refreshing the browser, the record is saved and further editig is possible without the error. I have two custom relationships in the entities and I guess it is due to these.
The log says:
Code:
[2021-03-05 10:52:48] 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 G:\laragon\www\Werkverzeichnis\application\Espo\Core\Repositories\Database.php on line 596
Comment