Problem/Motivation
When I try to configuration this module, it throws an error.
Steps to reproduce
1: Install the "Entity log" using the following command:
composer require 'drupal/entity_log:^1.5'
2: Navigate to /admin/config/entity-log
3: The following error appears:
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in D:\laragon\www\24april\web\modules\contrib\entity_log\src\Form\EntityLogConfigForm.php on line 57 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 44 of core\lib\Drupal\Core\Form\ConfigFormBase.php).
Note: I am using Drupal 10 with PHP 8.3.13 version.
| Comment | File | Size | Author |
|---|---|---|---|
| entity log.PNG | 79.55 KB | aman_lnwebworks |
Issue fork entity_log-3523576
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
Comment #3
aman_lnwebworks commentedHi
I have added MR!8 for the above issue.
Please review it once.
Comment #4
aman_lnwebworks commentedComment #5
jannakha commented- installed module on D11.2
- config returns error
- applied patch from MR8
- config form works again!
thanks for fix and your contribution to open source!
maintainers, please push to release!