DataTables warning: table id=book-table - Invalid JSON response.
DataTables warning: table id=book-table - Invalid JSON response.
nady
Posts: 6Questions: 2Answers: 0
Hi,
I am working offline project which is based on codeigniter but when i try to load json data then i found the following error message.
DataTables warning: table id=book-table - Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1
I tried to debug with datatable then i got the error code ozokuk
Please help me
Thanks in advance
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Thanks for the debug link - it shows that the response from the server is indeed invalid JSON. Either follow the link in the error message to see how you can see the response from the server, or load your debug page and click the "Tables" tab and then "Server interaction".
It shows valid JSON then followed by an HTML document. I don't know why the HTML document is there, that is an issue with the server-side script.
Allan