PHPMaker v2026.10 with the latest template (v26.10.6).
I found an issue regarding Master/Detail Edit that located in other than page 1 (e.g for page 2, 3, and so forth), after submiting the form, then error LessThan1CurrentPageException occured.
Let's say we want to run Master/Detail Edit for OrderID = 11076 (which is the second record in the Orders List page) that displayed in the following screenshot:
After clicking on that item above, then the following Master/Detail Edit displayed as expected (see the URL which has param page=2):
After clicking on Save button, then the following LessThan1CurrentPageException error shows up:


