Server side process
Server side process
I am struggling with DataTables problem. Using the same browser and the same PC configuration. I log in to the website where I download data using AJAX and for one login I receive correct data from the MySQL table, and for the second login I receive the error 'DataTables warning: table id=example - Invalid JSON response'. For both users the data is very similar! I don't get any errors in the console. But Preview and Response its empty!? Why for one user work ok for second no??!!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You will need to debug your server script to see why its not returning the expected data for the second login. Its not a client side datatables issue but an issue with your server script data query.
Kevin
TNX Kevin! I found it thanks to your hint, the problem was with the ascii emot icons that were in the table row and the "!"
Regards!