PHP Error in 23.01 at Status Interfaces
-
Since upgrading from pfSense 22.05.1 (on my new 2100) to 23.01, I've noticed a PHP error when I access the Status > Interfaces screen.
[22-Apr-2023 05:42:02 EST5EDT] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /usr/local/www/status_interfaces.php:137
Stack trace:
#0 {main}
thrown in /usr/local/www/status_interfaces.php on line 137The first two interfaces display, and then this error comes. At this point even the menu does not work. I just have to back up or access the root document (https://pfsense.../) in order to get out.
-
It's probably this: https://redmine.pfsense.org/issues/13981
There is a patch for that in the recommended patches list in the System Patches package. Install the package and apply that.
Steve
-
@stephenw10 Thanks! That did indeed solve my issue.