Bug #12825
closedPHP Fatal error when attempting to kill an established OVPN connection via the dashboard widget
0%
Description
Had an issue this evening when trying to manually kill an OVPN connection via the widget on the dashboard. Widget displayed multiple connections which did not actually exist. The field where the username displayed had UNDEF. Shortly after, a notice regarding a crash report was displayed at the top of the page. The report was as follows, and indicates something went nuts with a PHP function. I'm using a MacBook OS 12.2.1 with Safari web browser.
[18-Feb-2022 20:02:07 Asia/Kuwait] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function openvpn_kill_client(), 2 passed in /usr/local/www/widgets/widgets/openvpn.widget.php on line 285 and exactly 3 expected in /etc/inc/openvpn.inc:2106
Stack trace:
#0 /usr/local/www/widgets/widgets/openvpn.widget.php(285): openvpn_kill_client('server2', '188.236.155.45:...')
#1 {main}
thrown in /etc/inc/openvpn.inc on line 2106
[18-Feb-2022 20:02:10 Asia/Kuwait] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function openvpn_kill_client(), 2 passed in /usr/local/www/widgets/widgets/openvpn.widget.php on line 285 and exactly 3 expected in /etc/inc/openvpn.inc:2106
Stack trace:
#0 /usr/local/www/widgets/widgets/openvpn.widget.php(285): openvpn_kill_client('server2', '188.236.155.45:...')
#1 {main}
thrown in /etc/inc/openvpn.inc on line 2106
[18-Feb-2022 20:02:11 Asia/Kuwait] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function openvpn_kill_client(), 2 passed in /usr/local/www/widgets/widgets/openvpn.widget.php on line 285 and exactly 3 expected in /etc/inc/openvpn.inc:2106
Stack trace:
#0 /usr/local/www/widgets/widgets/openvpn.widget.php(285): openvpn_kill_client('server2', '188.236.155.45:...')
#1 {main}
thrown in /etc/inc/openvpn.inc on line 2106
[18-Feb-2022 20:02:16 Asia/Kuwait] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function openvpn_kill_client(), 2 passed in /usr/local/www/widgets/widgets/openvpn.widget.php on line 285 and exactly 3 expected in /etc/inc/openvpn.inc:2106
Stack trace:
#0 /usr/local/www/widgets/widgets/openvpn.widget.php(285): openvpn_kill_client('server2', '188.236.155.45:...')
#1 {main}
thrown in /etc/inc/openvpn.inc on line 2106
[18-Feb-2022 20:02:17 Asia/Kuwait] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function openvpn_kill_client(), 2 passed in /usr/local/www/widgets/widgets/openvpn.widget.php on line 285 and exactly 3 expected in /etc/inc/openvpn.inc:2106
Stack trace:
#0 /usr/local/www/widgets/widgets/openvpn.widget.php(285): openvpn_kill_client('server2', '188.236.155.45:...')
#1 {main}
thrown in /etc/inc/openvpn.inc on line 2106
[18-Feb-2022 20:02:21 Asia/Kuwait] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function openvpn_kill_client(), 2 passed in /usr/local/www/widgets/widgets/openvpn.widget.php on line 285 and exactly 3 expected in /etc/inc/openvpn.inc:2106
Stack trace:
#0 /usr/local/www/widgets/widgets/openvpn.widget.php(285): openvpn_kill_client('server2', '188.236.155.45:...')
#1 {main}
thrown in /etc/inc/openvpn.inc on line 2106
[18-Feb-2022 20:02:22 Asia/Kuwait] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function openvpn_kill_client(), 2 passed in /usr/local/www/widgets/widgets/openvpn.widget.php on line 285 and exactly 3 expected in /etc/inc/openvpn.inc:2106
Stack trace:
#0 /usr/local/www/widgets/widgets/openvpn.widget.php(285): openvpn_kill_client('server2', '188.236.155.45:...')
#1 {main}
thrown in /etc/inc/openvpn.inc on line 2106
Related issues