DataTables warning: table id="" - Ajax error.
DataTables warning: table id="" - Ajax error.
keetz1125
Posts: 5Questions: 0Answers: 0
in DataTables
****Error messages shown**: **
# DataTables warning: table id=sales_order_table - Ajax error. For more information about this error, please see http://datatables.net/tn/7
****Description of problem**: **
Hi,
When i open Ultimate pos dashboard it shows above error.I couldn't find the error.
please help me to clear the error.
Thanks in Advance.**> **
Replies
Have you followed the steps in the technical notes linked to in the error? That'll be the place to start,
Colin
yes i followed the steps. I couldn't understand it clearly. Help me solve the error.
What did you not understand? How far did you get? You have to provide more detail.
DataTables warning: table id=sales_order_table - Ajax error. For more information about this error, please see http://datatables.net/tn/7
In above error it mentioned please see http://datatables.net/tn/7.
By following the link given i coludn,t understand it.
Okay - we'd need a link to a page showing the issue so we can help debug it then.
Allan
Ultimate POS is a web application that allows you to manage business, invoices, stock, and purchases.
It requires username and password to view the page,.
When you followed the steps in the link what did you find in the XHR Response? Likely its an error on your server causing the Ajax error and you will need to look at the logs there to troubleshoot the problem.
You can PM one of the Datatables developers, @allan or @colin, directly with login information that you don't want to share here.
Kevin
The response shown like this
The next step is to look at the server logs to troubleshoot why it can't find the URL.
Maybe the URL is too long with all the parameters. You might need to change the ajax type to POST, like this example. You will need to update the server script to retrieve POST parameters.
Kevin