b3liar Posted November 19 Share Posted November 19 Hello everyone, I'm struggling with a pagination issue in PrestaShop. When I enable the new Products v2 feature (via the admin panel), the page attempts to render all 40,000 products at once (that's the number of products I have). Pagination seems to be completely disabled. Here’s what I’ve tried so far: Cleared the cache. Replaced AdminController.php and AdminProductsController.php with the latest versions from GitHub. Disabled all modules. I’ve taken many more steps, but it’s hard to keep track of everything as I’ve been troubleshooting continuously. Each time something doesn’t work, I immediately roll back the changes to avoid causing additional issues. Unfortunately, none of these efforts have resolved the problem. The page keeps loading products until the browser throws an "out of memory" error. Does anyone have any suggestions on where else I could look to troubleshoot or resolve this issue? Thanks in advance! Link to comment Share on other sites More sharing options...
b3liar Posted November 20 Author Share Posted November 20 Hello everyone, I managed to resolve the issue. It turns out the problem was with cookies in my browser. Clearing them finally fixed it. I had already done this at the beginning of my troubleshooting, but since I tried so many steps afterward, it seems something along the way helped, and the lingering cookies were still causing issues. Unfortunately, I can’t say which specific step resolved the core problem, as there were just too many to track. At least everything is working now! Link to comment Share on other sites More sharing options...
Divine Posted November 20 Share Posted November 20 Thanks for your feedback. Don't forget to edit your first post and to add [Solved] in the title Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now