When creating a new identity :
PHP Fatal error: Uncaught TypeError: Unsupported operand types: null + array in /path-to-roundcube/plugins/identity_smtp/identity_smtp.php:194
If I insrt this new line just before line 194 it seems to work again :
if (is_null($record)) $record = array();
Roundcube version = 1.5.2
php version = 8.0
identity_smtp branch = master
When creating a new identity :
PHP Fatal error: Uncaught TypeError: Unsupported operand types: null + array in /path-to-roundcube/plugins/identity_smtp/identity_smtp.php:194
If I insrt this new line just before line 194 it seems to work again :
if (is_null($record)) $record = array();
Roundcube version = 1.5.2 php version = 8.0 identity_smtp branch = master