DataTables warning
DataTables warning

Hello,
I always get an error when searching in my DT
DataTables warning: table id=DataTables_Table_0 - Ajax error
Pagination and sort are working correctly.
Any idea ?
Marc
This discussion has been closed.
Hello,
I always get an error when searching in my DT
DataTables warning: table id=DataTables_Table_0 - Ajax error
Pagination and sort are working correctly.
Any idea ?
Marc
Replies
Sounds like the server is sending back something other than a 200 code. What is it sending back?
Allan
When i take a look at the console :
500 (Error Executing Database Query.)
And here is the select i use for the search
That's an SQL error in that case. I'm afraid I don't know what is causing it though. Perhaps have a look at your server's error logs to see if it states any error information.
Allan
Log said that effectively an sql error is present, looking for the resolution of that error, thanks Allan :-)