JSON problem with Server Side Processing when moving from 1.9.0 to 1.9.1
JSON problem with Server Side Processing when moving from 1.9.0 to 1.9.1
jvdijk
Posts: 2Questions: 0Answers: 0
I've been using a table with server side processing for a while, without any issues. Now when moving from 1.9.0 to 1.9.1 it suddenly gives me the error:
DataTables warning (table id = 'results_list'): DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error.
The JSON is correct according to JSONLint.
DataTables debugger reference: uneris
Any ideas what change between 1.9.0 and 1.9.1 could be causing this?
Thanks,
Jack
DataTables warning (table id = 'results_list'): DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error.
The JSON is correct according to JSONLint.
DataTables debugger reference: uneris
Any ideas what change between 1.9.0 and 1.9.1 could be causing this?
Thanks,
Jack
This discussion has been closed.
Replies
This is what your server is replying to for the data request:
> Unknown column 'sort_date' in 'order clause'
There is nothing in DataTables itself what would refer specifically to that columns, so perhaps the server-side processing script you are using has changes, or the database itself?
Allan
Thanks for the help!