You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method Settings::setEmailAddresses now ensures that entry in tb_configuration table contains either valid string, or does not exists at all. Therefore, null value should never be stored in tb_configuration table for COLLECTLOGS_NEW_ERRORS_EMAIL configuration key.
However, previous version of module did not do this check, so in some cases null can actually be stored inside db table. Hence this issue.
There is very simple workaround -- simply resave module settings.
Message: explode(): Passing null to parameter #2 ($string) of type string is deprecated
Location: modules/collectlogs/classes/Settings.php line 192
The text was updated successfully, but these errors were encountered: