- Issue created by @bas123
- πΊπΈUnited States bas123
Would like to add that in lieu of being able to use the UI to configure Reroute Emails, per the readme file, I did add:
/**
* Set Reroute Email to send or not to Admin
*/
$config['reroute_email.settings']['enable'] = TRUE;
$config['reroute_email.settings']['address'] = 'administrator@website.com';to the settings.php file, and that does seem to be functioning so far via some tests!
So the issue must be something to do with the form configuration in the UI for the module!
- πΊπΈUnited States bas123
Addnl note: I have now installed this module on 5 development versions of my Production site, all of which are running Drupal version 9.2.21
with Open social version social-11.3.16.The module was installed using Composer using the require command and then updated with
composer update -W
, so there should be no conflicts beyond that!The error code is consistent as above!
- Status changed to Fixed
over 1 year ago 8:30pm 27 September 2023 - πΊπ¦Ukraine bohart Lutsk, Ukraine
The problem of this issue is fixed on #3364031.
Once the new releases are posted, the module will support both
<=D9.3 (branch/version 2.1.x)
and^D9.4 (branch/version 2.2.x)
Drupal cores.Thanks @all!
Automatically closed - issue fixed for 2 weeks with no activity.