Good morning, I have a problem with fullcalndar, after inserting or modifying a record the page remains open and does not close automatically, it must be closed manually. Subsequently it is necessary to refresh the page to view the insertion or modification made. Is there a way to close the window or is it a problem with the phpmaker version. This operation worked fine before the update.
When you encounter this type of behavior on a webpage, it typically indicates an issue with your code or with the triggers/functions in your database. I recommend thoroughly checking your code and database for potential errors. I’ve experienced similar issues myself, so I understand it.
I have carefully checked the code written by me and it has no errors. If there were errors the record would not be saved, however all the data is saved without any problem.
As always,
- Press F12 in your browser and go to the Console panel to find JavaScript errors (I believe you’ll find errors there because the modal dialog did not close),
- Enable Debug and Check HTTP response to find the server side errors in the response or in the log file.