Closed (fixed)
Project:
Views Load More
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2022 at 15:46 UTC
Updated:
1 Oct 2023 at 18:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gcalex5 commentedThis patch seems to resolve the issue.
Comment #3
gcalex5 commentedComment #4
n_nelson350 commentedTeam,
The patch fixes the ajax 404 issue but the contents are not appended on the page although the result response is retrieved in the ajax call.
Anyone has faced the same issue, please provide your resolution for this.
Thanks in Advance.
Comment #5
adsyy commentedHi,
I tried the patch too and didnt face your problem @n_nelson350. After two click, the content is append on the page.
Comment #6
kkalaskar commented#2 Patch worked for me as well.
Comment #7
alina.basarabeanu commentedI can replicate the issue.
Clicking a second time on the 'Load more' button I get a page not found and redirected to /views/ajax?page=2
Applying the patch from #2 fixed the issue. I can view multiple pages by clicking the button multiple times.
Comment #8
anybodyPatches should always be against the dev branch. :) Didn't test this.
Comment #11
kirst25Re-applied the patch as it wasn't applying to the 2.x dev branch.
Comment #12
lbrassaw commentedI applied the patch and didn't work at first. Realized I was on 2.0.0-alpha1 instead of 2.x-dev. Once I switched to 2.x-dev, it worked brilliantly. Thanks!
Comment #13
bbombachiniThis issue has also been addressed on https://www.drupal.org/project/views_load_more/issues/3290508 so if we could prioritize that one as it's also making the module D10 ready, it would be better.
Comment #14
i-trokhanenkoCommitted to this issue #3290508: Automated Drupal 10 compatibility fixes and released a new version of the module. Thanks all!