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
I get the following warnings when using Roudcube 1.5.2 and the plugin: twofactor_gauthenticator_login along with PHP 8.0.14.
[02-Jan-2022 20:51:58 Europe/Berlin] PHP Warning: Undefined array key "twofactor_gauthenticator" in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 416
[02-Jan-2022 20:51:58 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 193
[02-Jan-2022 20:51:58 Europe/Berlin] PHP Warning: Undefined array key "twofactor_gauthenticator" in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 416
[02-Jan-2022 20:51:58 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 129
These warnings occur after a login takes place.
Thank you very much in advance.
Ps: We are currently using version 2.0.0 of twofactor_gauthenticator_login
The text was updated successfully, but these errors were encountered:
STR07
changed the title
PHP Warning with Roundcube 1.5.2 and 8.0.12
PHP Warning with Roundcube 1.5.2 and 8.0.14
Jan 3, 2022
Furthermore if you also get the following error: [05-Jan-2022 14:12:24 Europe/Berlin] PHP Warning: Undefined array key "HTTP_X_FORWARDED_FOR" in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 536
You can fix this by changing the statement: "$_SERVER['HTTP_X_FORWARDED_FOR']" to "getenv('HTTP_X_FORWARDED_FOR')"
I get the following warnings when using Roudcube 1.5.2 and the plugin: twofactor_gauthenticator_login along with PHP 8.0.14.
[02-Jan-2022 20:51:58 Europe/Berlin] PHP Warning: Undefined array key "twofactor_gauthenticator" in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 416
[02-Jan-2022 20:51:58 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 193
[02-Jan-2022 20:51:58 Europe/Berlin] PHP Warning: Undefined array key "twofactor_gauthenticator" in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 416
[02-Jan-2022 20:51:58 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 129
These warnings occur after a login takes place.
Thank you very much in advance.
Ps: We are currently using version 2.0.0 of twofactor_gauthenticator_login
The text was updated successfully, but these errors were encountered: