- Issue created by @shobhit_juyal
- last update
over 1 year ago 27 pass - @shobhit_juyal opened merge request.
- Status changed to Needs review
over 1 year ago 8:55pm 30 May 2023 - Status changed to Postponed: needs info
over 1 year ago 5:40pm 31 May 2023 - 🇺🇸United States tr Cascadia
I can't reproduce this. Tried with Drupal 9.5 and Drupal 10.1 on simplytest.me. The Honeypot module also has automated tests which are constantly running on drupal.org; one of these tests installs Honeypot and visits the config page, and does not cause an error.
The honeypot.settings config object is initialized upon install, and form_settings is declared and initialized as an array with contents.
honeypot.settings.form_settings should never be NULL or anything other than an array.
Regardless, if it is being set to NULL somewhere, then that's what should be fixed. It is wrong to just test to see if it's an array and set it to an empty array if not. Perhaps your install is setting values for the honeypot.settings object - this might be done in an install profile, or in another module that uses Honeypot, for example. Or if you are installing the site from config, then your config could have wrong values.
- 🇮🇳India shobhit_juyal New Delhi
My apologies for the delay in responding. Your patience is appreciated.
Yes, you are right about the issue. The module installation was not properly done on that moment (might be some other issues) and after that I was facing that error. Later I thought that if it has occurred then it should be handled and hence I created this issue.
Please close this if it should.
- Status changed to Closed: works as designed
over 1 year ago 12:35am 11 July 2023 - 🇫🇷France planceleur
Hi,
I just have a similar issue with D10.3.1
The module was installed with composer require drupal/honeypot.
Go to the config page and received this error:
The website encountered an unexpected error. Try again later.TypeError: Drupal\honeypot\Form\HoneypotSettingsForm::getFormSettingsValue(): Argument #1 ($form_settings) must be of type array, null given, called in /var/www/html/web/modules/contrib/honeypot/src/Form/HoneypotSettingsForm.php on line 177 in Drupal\honeypot\Form\HoneypotSettingsForm->getFormSettingsValue() (line 317 of modules/contrib/honeypot/src/Form/HoneypotSettingsForm.php). Drupal\honeypot\Form\HoneypotSettingsForm->buildForm(Array, Object) call_user_func_array(Array, Array) (Line: 536) Drupal\Core\Form\FormBuilder->retrieveForm('honeypot_settings_form', Object) (Line: 284) Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73) Drupal\Core\Controller\FormController->getContentResult(Object, Object) call_user_func_array(Array, Array) (Line: 123) Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 638) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 121) Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97) Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 53) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32) Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Thank for this module!
Philippe - 🇺🇸United States mwebaze
I am getting the error when installed on D11.07 and using version 2.2. Using drush cr doesn't seem to help.
TypeError: Drupal\honeypot\Form\HoneypotSettingsForm::getFormSettingsValue(): Argument #1 ($form_settings) must be of type array, null given, called in /opt/drupal/web/modules/contrib/honeypot/src/Form/HoneypotSettingsForm.php on line 181 in Drupal\honeypot\Form\HoneypotSettingsForm->getFormSettingsValue() (line 321 of /opt/drupal/web/modules/contrib/honeypot/src/Form/HoneypotSettingsForm.php).