Jump to content

ProcessWire is giving Error 404 on page number 1000


助けて
 Share

Recommended Posts

I have a custom table in the database with around 2 million rows, to paginate it I am using PageArray->renderPager() function. 

<?php
$a = new PageArray();
$a->setTotal($total);
$a->setLimit($limit);
$a->setStart($start);

$a->renderPager();

It is rendering it correctly:

image.png.cc45d006b25de26301a867f8d1316b1e.png

But when I open any page greater than /page999 it gives me Error 404. How to resolve this issue?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...