After updating to v8.3.5 I cannot create new cases anymore. Every request results in an HTTP 500 status code and the following log entries:
There are no problems creating other entities or updating existing cases. Manually creating new records in the `case` database table works flawlessly, too.
My system is Ubuntu 22.04.4 LTS with PHP 8.1.29 and MariaDB 10.5.23.
I ran several EspoCRM updates at once, so the problem might not be related to v8.3.5 specifically.
Any ideas?
Code:
[2024-07-19 16:59:47] DEBUG: API (0) Entity ID is not set.; POST /Case; Input data: {"status":"New","priority":"Normal","name":"TES T"} ; Route pattern: /{controller}; Route params: Array ( [controller] => Case [action] => create ) [2024-07-19 16:59:47] CRITICAL: (0) Entity ID is not set. :: POST /Case :: /var/www/crm.virthos.net/application/Espo/ORM/BaseEntity.php(106)
There are no problems creating other entities or updating existing cases. Manually creating new records in the `case` database table works flawlessly, too.
My system is Ubuntu 22.04.4 LTS with PHP 8.1.29 and MariaDB 10.5.23.
I ran several EspoCRM updates at once, so the problem might not be related to v8.3.5 specifically.
Any ideas?
Comment