DataTable shows data in development stage but in production it doesn't

DataTable shows data in development stage but in production it doesn't

caneco2013caneco2013 Posts: 6Questions: 0Answers: 0
edited June 2013 in Editor
Hi. I have a new problem with my DataTables. I am using the codes for server-side processing of DataTable with Editor for js, php, html, and css codes. During development the DataTables are fine. They show the data that comes from my database. But when I already uploaded it in production, the DataTables are not showing the data anymore. The only thing that I can see is the message "Processing Data" and nothing more. Can someone please help me?

This is the debug data that I produced using the debugger tool:

http://debug.datatables.net/ihexap

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    Looks like the server isn't returning any data (from the information in the debug trace). Is there anything shown in the server's error log?

    Allan
This discussion has been closed.