After updating Drupal core to 11.3+ I am seeing a WSD when attempting to configure the module.

Clicking 'Configure'

lazy_too_few_arguments_form_error

Leads to…

The website encountered an unexpected error. Try again later.

ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in C:\laragon\www\bit-by-bit.org\public_html\modules\contrib\lazy\src\Form\LazyForm.php on line 66 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 44 of core\lib\Drupal\Core\Form\ConfigFormBase.php).

Issue fork lazy-3590789

Command icon Show commands

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

sirclickalot created an issue. See original summary.

znak made their first commit to this issue’s fork.

znak’s picture

Assigned: Unassigned » znak
znak’s picture

I've found the issue where this problem was fixed. Please, check it

znak’s picture

Assigned: znak » Unassigned
Status: Active » Needs review
sirclickalot’s picture

Hi @znak,

Nice hint.

Yes, that seems to have sorted it nicely.

Thank you very much.