#64 Pagination is not working

Issue #64 resolved
Dennis Winter created an issue

Dear all,

the pagination is not working in my Typo 3 Version 9.5.20, it only redirects me to my default page.
Do i need to make a special configurations that the pagination is working?
Thanks a lot.

Dennis

Comments (6)

  1. Sadler Johnson

    I guess I have the same issue, though I’m getting:

    #1518472189 TYPO3\CMS\Core\Error\Http\PageNotFoundException

    Request parameters could not be validated (&cHash empty)

    On clicking the page selector the URL is updated and the page redraws but displays only the first page of images. Only after doing a Ctrl+refresh on the page does the PageNotFound exception occur.

    This is my first test of the extension with a fresh install from the TER.

    The gallery displays the first 32 of 400 images. The gallery is paginated (correctly) to 13 pages.

    Here’s a pagination URL:

    http://domain/index.php?id=169&tx_fsmediagallery_mediagallery[%40widget_assets][currentPage]=2

    Typo3 9.5.21

  2. Frans Saris repo owner

    Strange, the chash is needed to get valid urls.

    What version of the extension did you use?

  3. Helmut Schleyer

    I had this issue with the pagination in nested lists.
    Works with adding addQueryStringMethod="GET" to f:.widget.link in Templates/ViewHelpers/Widget/Paginate/Index.html

  4. Log in to comment