I'm getting an error when I want to add an item to invoice itemlist. Server log states (hostname in replace for the actual hostname):
And on the browser, I'm getting:
Code:
[2016-08-29 17:41:12] Espo.WARNING: E_WARNING: Invalid argument supplied for foreach() {"code":2,"message":"Invalid argument supplied for foreach()","file":"/var/www/hostname.com/application/Espo/Core/Acl/Table.php","line":269} [] [2016-08-29 17:41:13] Espo.WARNING: E_WARNING: Invalid argument supplied for foreach() {"code":2,"message":"Invalid argument supplied for foreach()","file":"/var/www/hostname.com/application/Espo/Core/Acl/Table.php","line":274} [] [2016-08-29 17:42:48] Espo.ERROR: API [GET]:/:controller/:id, Params:Array ( [controller] => Case [id] => 576ae7d9bb1d91ce4 ) , InputData: - [] [] [2016-08-29 17:42:48] Espo.ERROR: Display Error: , Code: 404 URL: /api/v1/Case/576ae7d9bb1d91ce4 [] [] [2016-08-29 17:44:40] Espo.WARNING: E_WARNING: Invalid argument supplied for foreach() {"code":2,"message":"Invalid argument supplied for foreach()","file":"/var/www/hostname.com/application/Espo/Core/Acl/Table.php","line":269} [] [2016-08-29 17:44:40] Espo.WARNING: E_WARNING: Invalid argument supplied for foreach() {"code":2,"message":"Invalid argument supplied for foreach()","file":"/var/www/hostname.com/application/Espo/Core/Acl/Table.php","line":274} [] [2016-08-29 17:45:14] Espo.ERROR: API [GET]:/:controller/:id, Params:Array ( [controller] => Case [id] => 576ae7d9bb1d91ce4 ) , InputData: - [] [] [2016-08-29 17:45:14] Espo.ERROR: Display Error: , Code: 404 URL: /api/v1/Case/576ae7d9bb1d91ce4 [] []
Code:
Failed to load resource: the server responded with a status of 404 (Not Found)
Comment