DataTables warning: table id="" - Ajax error.

DataTables warning: table id="" - Ajax error.

keetz1125keetz1125 Posts: 5Questions: 0Answers: 0

****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

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Have you followed the steps in the technical notes linked to in the error? That'll be the place to start,

    Colin

  • keetz1125keetz1125 Posts: 5Questions: 0Answers: 0

    yes i followed the steps. I couldn't understand it clearly. Help me solve the error.

    1. The error message popup is shown while opening dashboard.

    1. second while adding and submitting it shows this error.

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394

    yes i followed the steps. I couldn't understand it clearly.

    What did you not understand? How far did you get? You have to provide more detail.

  • keetz1125keetz1125 Posts: 5Questions: 0Answers: 0

    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.

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Okay - we'd need a link to a page showing the issue so we can help debug it then.

    Allan

  • keetz1125keetz1125 Posts: 5Questions: 0Answers: 0

    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,.

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736

    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

  • keetz1125keetz1125 Posts: 5Questions: 0Answers: 0

    The response shown like this

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736

    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

Sign In or Register to comment.