Why I'm seeing this problem ?

Why I'm seeing this problem ?

nerobit786nerobit786 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.

Answers

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    serverSide true? Do you really have 70,000 rows of data?

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,771

    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

  • nerobit786nerobit786 Posts: 4Questions: 1Answers: 0

    @bindrid Yes ServerSide is true. I've 6,517 rows data in my mysql table

  • nerobit786nerobit786 Posts: 4Questions: 1Answers: 0

    @kthorngren I've used the datatable PHP library

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin

    Did you have a look at the server's error logs as Kevin suggested? That's where I would also suggest you start.

    Allan

  • nerobit786nerobit786 Posts: 4Questions: 1Answers: 0

    @allan There is no error in server's error logs :(

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    width 6500 rows, change the page to run serverSide false and send all the rows back. See if the problem still persists.

This discussion has been closed.