Project

General

Profile

Regression #14024

Updated by Marcos M about 1 year ago

After updating to pfsense plus 23.01 the haproxy dashboard widget is broken when acessing the pfsense web gui behind via the reverse proxy. 

 It works fine if acessing the web gui with it's ip address. 
 <pre> 
 [23-Feb-2023 19:30:10 America/Sao_Paulo] PHP Fatal error:    Uncaught TypeError: Unsupported operand types: string / int in /etc/inc/util.inc:2126 
 Stack trace: 
 #0 /usr/local/www/widgets/widgets/haproxy.widget.php(218): format_bytes('<NEVER>') 
 #1 /usr/local/www/index.php(430): include('/usr/local/www/...') 
 #2 {main} 
   thrown in /etc/inc/util.inc on line 2126 
 [23-Feb-2023 19:32:29 America/Sao_Paulo] PHP Fatal error:    Uncaught TypeError: Unsupported operand types: string / int in /etc/inc/util.inc:2126 
 Stack trace: 
 #0 /usr/local/www/widgets/widgets/haproxy.widget.php(218): format_bytes('<NEVER>') 
 #1 /usr/local/www/index.php(430): include('/usr/local/www/...') 
 #2 {main} 
   thrown in /etc/inc/util.inc on line 2126 
 </pre>

Back