Hi there all,
this is my first experience with ESPO installed on my webserver. Company, Customer are working fine.
But if I want to save an activity (Meetings, Calls, Tasks, Calendar) I get 500s. See the console infos.
First I had trouble that espo-main.js was not find in /originals. So I copied it into the direcotry.
But I get the 500s though.
As I told you I am making my first steps with ESPO and need help.
Oh yes, PHP 8.1 is active,
Thank you.
this is my first experience with ESPO installed on my webserver. Company, Customer are working fine.
But if I want to save an activity (Meetings, Calls, Tasks, Calendar) I get 500s. See the console infos.
First I had trouble that espo-main.js was not find in /originals. So I copied it into the direcotry.
But I get the 500s though.
As I told you I am making my first steps with ESPO and need help.
Oh yes, PHP 8.1 is active,
Thank you.
HTML Code:
POST https://espo.domainname.de/api/v1/Meeting 500 (Internal Server Error) (anonymous) @ espo-main.js:25981 b @ espo-main.js:26085 request @ espo-main.js:25940 sync @ espo-main.js:14638 save @ espo-main.js:14921 (anonymous) @ espo-main.js:2318 save @ espo-main.js:2317 actionSave @ espo-main.js:12313 handleAction @ espo-main.js:13555 click .button-container .action @ espo-main.js:3962 dispatch @ jquery.js:5136 f.handle @ jquery.js:4940 /#Meeting/create:1 Uncaught (in promise) error espo-main.js:25981 POST https://espo.domainname.de/api/v1/Call 500 (Internal Server Error) (anonymous) @ espo-main.js:25981 b @ espo-main.js:26085 request @ espo-main.js:25940 sync @ espo-main.js:14638 save @ espo-main.js:14921 (anonymous) @ espo-main.js:2318 save @ espo-main.js:2317 actionSave @ espo-main.js:12313 handleAction @ espo-main.js:13555 click .button-container .action @ espo-main.js:3962 dispatch @ jquery.js:5136 f.handle @ jquery.js:4940 /#Call/create:1 Uncaught (in promise) error
Comment