Pagination breaks on Low Alphabet pages
I'm having some issues with a Low Alphabet tag and pagination. When clicking on a pagination link, the front end of the site will no longer load. I've temporarily gotten around this by increasing the number of entries shown to 40, but I'd love to bring that back down to 20 and get pagination working again.
EE 3.5.11, Low Alphabet 2.0.1
https://www.illustrationhistory.org/s... is the link that won't load.
I'm copying my template code below, let me know if there is anything else I can provide.
{exp:low_alphabet:entries channel="artists" alpha_ignore="the|a" numbers="after" groups_numbers="yes" numbers_label="#" status="open" dynamic="no" disable="categories|category_fields|member_data" limit="20" paginate="bottom" paginate_base="search/artists/{segment_3}/" orderby="ar-last" sort="asc" alpha_filter="{segment_3}"}
{exp:ce_img:pair src="{ar-photo}" width="116" height="76" crop="yes"}
{/exp:ce_img:pair}
{title}
{ar-short}
<!-- .listing-item -->
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:low_alphabet:entries}
<!-- /.grid -->
Replies
tim willis 31 Jan 2018 19:45
I've also replaced {segment_3} with {low_alphabet_url} but that is breaking the URL.
paginate_base="search/artists/{segment_3}/"
tim willis 31 Jan 2018 22:04
For now I'm using the auto_limit tag to bypass any pagination needs.
Low 1 Feb 2018 07:38
I cannot replicate this issue. What happens if you put the LA tags in a new template which doesn't contain anything else, so we can isolate the issue. Might not have anything to do with LS, but with EE's routing...
tim willis 5 Feb 2018 20:19
Here is a new page with just the LA tags:
https://www.illustrationhistory.org/s...
tim willis 5 Feb 2018 20:47
I take it that since that page renders and works as expected, it's likely not LA
Low 6 Feb 2018 05:48
Yeah, that pretty much rules out LA.
tim willis 7 Feb 2018 21:27
For anyone that may have this issue, make sure you check your segments!
The pagination was triggering a {segment_4} 404 redirect.
You can close this! Thanks.