Server side not showing data
Server side not showing data
I have tested to populate data in table with firebug, in firebug it is showing proper json data as shown below but loading into table.
{"sEcho": 0,"iTotalRecords": 3, "iTotalDisplayRecords": 3, "aaData": [ ["admin","1,2,3,4,5,6,7,8"],["user1","3,4,5"],["anisbudye@gmail.com","3,4,5,6,7,8"]] }
what is going wrong?
{"sEcho": 0,"iTotalRecords": 3, "iTotalDisplayRecords": 3, "aaData": [ ["admin","1,2,3,4,5,6,7,8"],["user1","3,4,5"],["anisbudye@gmail.com","3,4,5,6,7,8"]] }
what is going wrong?
This discussion has been closed.
Replies
Allan
Thank for reply.
it is resolved. Server side file was not in correct path.
In my local server datatable is working fine.
but when i upload on web server and try to load the page its shows error ->
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) and tbody shows only Loading data from server. no records are loading.
What is this error?
Allan
the config file was not in same directory.