- 🇫🇷France bakop Lille
Hi, i got exactly the same errors and the Patch #4 works for me (Drupal 9).
RTBC + 1 - 🇻🇳Vietnam phannphong Ho Chi Minh City
I've updated the patch file to fix warning in the module file also.
- @phannphong opened merge request.
Drupal 9 fresh install, on /admin/config/system/sendinblue page :
Warning : Illegal string offset 'active' dans Drupal\sendinblue\Form\RegisteringUserForm->buildForm() (modules/contrib/sendinblue/src/Form/RegisteringUserForm.php line 86)
Warning : Illegal string offset 'list' in Drupal\sendinblue\Form\RegisteringUserForm->buildForm() (modules/contrib/sendinblue/src/Form/RegisteringUserForm.php line 97)
$settings_registering_user = $this->configFactory()->get(SendinblueManager::CONFIG_SETTINGS_REGISTERING_USER)->get('sendinblue_put_registered_user');
$form['sendinblue_put_registered_user']['active'] = [
...
'#default_value' => isset($settings_registering_user['active']) ? $settings_registering_user['active'] : NULL,
...
];
$form['sendinblue_put_registered_user']['list'] = [
...
'#default_value' => isset($settings_registering_user['list']) ? $settings_registering_user['list'] : NULL,
...
];
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi, i got exactly the same errors and the Patch #4 works for me (Drupal 9).
RTBC + 1
I've updated the patch file to fix warning in the module file also.