Problem/Motivation
on drupal 11 when trying to access the configuration screen : admin/config/cookiebot_gtm, hit a 500 error
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /web/modules/contrib/cookiebot_gtm/src/Form/CookiebotGtmConfigForm.php on line 27 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct()
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | cookiebot_gtm-3531097.patch | 1.32 KB | sharonho |
Comments
Comment #2
sharonho commentedcreated a patch, pls review Thanks
Comment #3
sharonho commentedComment #4
batigolixI tested the patch and it resolve the problem. Thank you for helping out with this one
Comment #5
batigolix