Paging section in View and Edit page does not work

PHPMaker v2026.5 with the latest template.

It seems that Paging section in View and Edit page does not work properly.

I have already enabled both settings from PHP → Page Options (Global):

After re-generating ALL the script files (and clear all the files under the generated var/cache/dev folder), the Paging section does not show up both in View and Edit pages:

View Page:

Edit Page:

Check if you have enabled table-specific options for that table.

No. The table-specific options are not enabled.

You should be able to reproduce it by yourself. Please try it.

Click Tools -> Update Template and try again.

Thanks. The latest template fixed the issue.

However, I found only a small issue, but needs to be fixed, I think.

Let’s say we use demo2026 project, and then go to Orders List page. Click on View for the first record, which is the OrderID = 11077, then you will see the View page for that record is open. Now from that View page, click on Edit, then you will not see the Paging section in that Edit page.

However, if I first click on Edit button from the List page, the in that Edit page I can see the Paging section.

So, the issue is, the Paging section does not show up in the Edit page, if I open the View page first.

Please note that I DID NOT enable the following settings under Tools → Advanced Settings:

  • Allow no paging section
  • Auto hide paging section if single page

I’ve just updated the template again this morning, and the minor issue has been resolved.

Thanks.