DataTable Warning. JSON data from server could not be parsed

DataTable Warning. JSON data from server could not be parsed

andreaskosasihandreaskosasih Posts: 1Questions: 1Answers: 0

Can anyone help me?
I got this error,
datatables warning(table id = ' ') datatables warning : json data from server could not be parsed. this is caused by a json formatting error

from firebug, i got this result;
Error: Parse error on line 1:

Answers

  • allanallan Posts: 63,812Questions: 1Answers: 10,516 Site admin

    The error means what it says - the data returned from the server is not valid JSON. Use JSONLint.com or similar to check it.

    Allan

This discussion has been closed.