Server side process

Server side process

tjakobtjakob Posts: 4Questions: 2Answers: 0

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

Answers

  • kthorngrenkthorngren Posts: 20,331Questions: 26Answers: 4,774
    Answer ✓

    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

  • tjakobtjakob Posts: 4Questions: 2Answers: 0

    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!

Sign In or Register to comment.