Project

General

Profile

Regression #13984

Updated by Marcos M 11 months ago

I am not running Squid Reverse proxy, only Squid Proxy for outbound traffic. 

 <pre> 
 PHP Fatal error:    Uncaught TypeError: Cannot access offset of type string on string in /usr/local/pkg/squid_reverse.inc:414 
 Stack trace: 
 #0 /usr/local/pkg/squid.inc(751): squid_reverse_enabled() 
 #1 /usr/local/www/pkg_edit.php(137) : eval()'d code(1): squid_validate_general(Array, Array) 
 #2 /usr/local/www/pkg_edit.php(137): eval() 
 #3 {main} 
   thrown in /usr/local/pkg/squid_reverse.inc on line 414 
 </pre> PHP ERROR: Type: 1, File: /usr/local/pkg/squid_reverse.inc, Line: 414, Message: Uncaught TypeError: Cannot access offset of type string on string in /usr/local/pkg/squid_reverse.inc:414 Stack trace: #0 /usr/local/pkg/squid.inc(751): squid_reverse_enabled() #1 /usr/local/www/pkg_edit.php(137) : eval()'d code(1): squid_validate_general(Array, Array) #2 /usr/local/www/pkg_edit.php(137): eval() #3 {main} thrown 

 I am not running Squid Reverse proxy, only Squid Proxy for outbound traffic.  

Back