How can this error be solved?
How can this error be solved?
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown: DataTables warning: table id=example2 - Ajax error. For more information about this error, please see http://datatables.net/tn/7
Description of problem: The problem started after a server downtime occurred. My Hosting company claimed that they were doing maintenance. When the site came up, Every other thing is working, but i cannot access anything "list" for example, I cannot access sale List, Item list, payment list....anything with List will gebnerate the ajax error. Please can someone help?
Answers
The place to start troubleshooting is with the steps provided at the link in the error:
https://datatables.net/manual/tech-notes/7
Let us know what you find. Most likely you will need to review the webserver logs to find out why it is responding with an error indication.
Kevin