- Issue created by @gpo
A white error page error appears when trying to access the settings page in Drupal 11 (happens both in versions 11.0.9 and 11.1).
Error trace states:
'ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in [...]/web/modules/contrib/button_formatter/src/Form/ButtonFormatterSettings.php on line 30 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 43 of /var/www/drupal11/web/core/lib/Drupal/Core/Form/ConfigFormBase.php).'
Open settings page
Refractor ConfigFormBase.php
to ensure Drupal 11 compatibility.
Active
1.0
Code