problem with the Server-side processing AND search
problem with the Server-side processing AND search
yurispy
Posts: 29Questions: 6Answers: 0
Good evening,
I have a problem with the Server-side processing method.
The page is displayed correctly as you can see on the screenshot, as well as the following pages etc.
But if I search for a term (ex: ROUNDUP) As soon as I write a single word, I have the error (DataTables warning: table id = hor-minimalist-b - An SQL error occurred: SQLSTATE [HY093]: Invalid I do not know what to do with it.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I would suggest starting by debugging the SQL that is being executed. Have you written your own server-side script or are you using a library one from somewhere?
Allan
The one of the example.
Do you really have your database column names such as
(produit) type produit
(i.e. with parenthesis and spaces in them)?You'll probably need to modify the demo ssp class to escape them if so.
Allan
Yes exactly the same. The easiest way would be to change the column names in the database.
I would not be how to take to change the ssp class.
Thank you for your help.