Why I'm seeing this problem ?
Why I'm seeing this problem ?
nerobit786
Posts: 4Questions: 1Answers: 0
Showing 61 to 70 of 6,517 entries
I can browse 1-7 without any error when I click on 8 no page, I see this error (see the images). 9 to 15 no is ok once again 16 no page same error.
This discussion has been closed.
Answers
serverSide true? Do you really have 70,000 rows of data?
No response indicates the server side script may have had an error during processing. I would start by looking at the server logs to determine what is happening at the server.
Kevin
@bindrid Yes ServerSide is true. I've 6,517 rows data in my mysql table
@kthorngren I've used the datatable PHP library
Did you have a look at the server's error logs as Kevin suggested? That's where I would also suggest you start.
Allan
@allan There is no error in server's error logs
width 6500 rows, change the page to run serverSide false and send all the rows back. See if the problem still persists.