Closed (fixed)
Project:
Stacks
Version:
2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2022 at 16:15 UTC
Updated:
20 Sep 2023 at 14:49 UTC
Jump to comment: Most recent
An error occurs with PHP 8:
Deprecated: Required parameter $entity follows optional parameter $pager_type in modules/contrib/stacks/src/TwigExtension/Pagination.php on line 32
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
avpadernoComment #5
immaculatexavier commentedcommitted in accordance with the aforementioned requirement
Comment #6
mahseri commentedThank you for your proactive action
Comment #7
avpadernoSwapping the method parameters causes problems with all the code using that Twig extension. It's sufficient to remove the default argument.
Comment #8
immaculatexavier commented@apaderno,
Addressed #7, Kindly review and let me know your comments.
Comment #9
avpadernoThe last commit in the issue fork fixed it.
Comment #10
hanoiiThanks a lot! This was already fixed by me before checking on this patch, this is already committed to 2.x. Soon a 3.x for d10 will be released.
Comment #11
hanoiiChanging supporting organization.