Since updating to ESPO v 8.4.1 I am getting an Error 500 in the UI when I try to change to company logo or add other attachments. This however occurs only on some ESPO instances, others worked without a problem. I have checked the permission but IIS Users have full permission as it should be. I am really at a loss here... I have never seen someone encounter this problem in the forums.
Here is the entry from the logs:
[2025-02-17 12:59:47] DEBUG: API (400) No file contents.; POST /Attachment; Route pattern: /{controller}; Route params: Array ( [controller] => Attachment [action] => create )
[2025-02-17 12:59:47] WARNING: (400) No file contents. :: POST /Attachment :: C:\inetpub\wwwroot\PH\espocrm_test\application\Esp o\Classes\Record\Attachment\CreateInputFilter.php( 107)
Here is the entry from the logs:
[2025-02-17 12:59:47] DEBUG: API (400) No file contents.; POST /Attachment; Route pattern: /{controller}; Route params: Array ( [controller] => Attachment [action] => create )
[2025-02-17 12:59:47] WARNING: (400) No file contents. :: POST /Attachment :: C:\inetpub\wwwroot\PH\espocrm_test\application\Esp o\Classes\Record\Attachment\CreateInputFilter.php( 107)
Comment