On the settings form, there is a nice big warning.

Warning: Invalid argument supplied for foreach() in Drupal\Core\Form\ConfigFormBase->getConfigOverrides() (line 88 of core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php).
Drupal\Core\Form\ConfigFormBase->getConfigOverrides() (Line: 38)
Drupal\Core\Form\ConfigFormBase->buildForm(Array, Object) (Line: 175)
Drupal\smtp\Form\SMTPConfigForm->buildForm(Array, Object)
call_user_func_array(Array, Array) (Line: 514)
Drupal\Core\Form\FormBuilder->retrieveForm('smtp_admin_settings', Object) (Line: 271)
Drupal\Core\Form\FormBuilder->buildForm('smtp_admin_settings', Object) (Line: 74)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 576)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
call_user_func_array(Object, Array) (Line: 153)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 99)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 78)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 657)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

slydevil created an issue. See original summary.

slydevil’s picture

Status: Active » Needs review
FileSize
513 bytes

Status: Needs review » Needs work

The last submitted patch, 2: missing_getEditableConfigNames-2926466-2.patch, failed testing. View results

slydevil’s picture

Status: Needs work » Needs review
FileSize
756 bytes
Dave Reid’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed this fixes the issue.

wundo’s picture

wundo’s picture

Status: Reviewed & tested by the community » Fixed

Not sure way but I had to manually apply this, fixed.

  • wundo committed 414886c on 8.x-1.x authored by slydevil
    Issue #2926466 by slydevil, Dave Reid: Warning: Invalid argument...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.