Needs review
Project:
Lazy-load
Version:
4.0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2026 at 05:09 UTC
Updated:
19 May 2026 at 11:50 UTC
Jump to comment: Most recent
After updating Drupal core to 11.3+ I am seeing a WSD when attempting to configure the module.
Clicking 'Configure'

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).
| Comment | File | Size | Author |
|---|---|---|---|
| lazy_too_few_arguments_form_error.png | 26.88 KB | sirclickalot |
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 #3
znak commentedComment #4
znak commentedI've found the issue where this problem was fixed. Please, check it
Comment #5
znak commentedComment #6
sirclickalotHi @znak,
Nice hint.
Yes, that seems to have sorted it nicely.
Thank you very much.