We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For a short time now, our customers have not been able to enter roundcube, because the following error triggers a fatal error.
PHP8.0 is used Roundcube 1.5-rc
PHP Fatal error: Uncaught TypeError: Unsupported operand types: string & bool in /var/www/web1/htdocs/webmail/plugins/rcguard/rcguard.php:404 Stack trace: #0 /var/www/web1/htdocs/webmail/plugins/rcguard/rcguard.php(53): rcguard->get_client_ip() #1 /var/www/web1/htdocs/webmail/program/lib/Roundcube/rcube_plugin_api.php(105): rcguard->init() #2 /var/www/web1/htdocs/webmail/program/include/rcmail.php(153): rcube_plugin_api->init() #3 /var/www/web1/htdocs/webmail/program/include/rcmail.php(86): rcmail->startup() #4 /var/www/web1/htdocs/webmail/index.php(43): rcmail::get_instance() #5 {main} thrown in /var/www/web1/htdocs/webmail/plugins/rcguard/rcguard.php on line 404
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For a short time now, our customers have not been able to enter roundcube, because the following error triggers a fatal error.
PHP8.0 is used
Roundcube 1.5-rc
PHP Fatal error: Uncaught TypeError: Unsupported operand types: string & bool in /var/www/web1/htdocs/webmail/plugins/rcguard/rcguard.php:404 Stack trace: #0 /var/www/web1/htdocs/webmail/plugins/rcguard/rcguard.php(53): rcguard->get_client_ip() #1 /var/www/web1/htdocs/webmail/program/lib/Roundcube/rcube_plugin_api.php(105): rcguard->init() #2 /var/www/web1/htdocs/webmail/program/include/rcmail.php(153): rcube_plugin_api->init() #3 /var/www/web1/htdocs/webmail/program/include/rcmail.php(86): rcmail->startup() #4 /var/www/web1/htdocs/webmail/index.php(43): rcmail::get_instance() #5 {main} thrown in /var/www/web1/htdocs/webmail/plugins/rcguard/rcguard.php on line 404
The text was updated successfully, but these errors were encountered: