Bug #13774
closedpfSense - Feature #13446: Upgrade PHP from 7.4 to 8.1
PIMD Interfaces drop-down empty on dev snapshots w/PHP 8.1
100%
Description
The interfaces drop-down in PIMD has no content, and it appears to be from needing to be updated for PHP 8.1.
pimd_get_interfaces()
uses the old style of code to gather OpenVPN interfaces which is definitely wrong for PHP 8.1 at a minimum, but there may be other issues lurking deeper as well.
Related issues
Updated by Marcos M almost 2 years ago
I'm able to add configuration for interfaces as normal.
Updated by Jim Pingle almost 2 years ago
Marcos M wrote in #note-1:
I'm able to add configuration for interfaces as normal.
If your config has OpenVPN clients and servers you will, it's a new config that shows the problem.
Updated by Jim Pingle almost 2 years ago
- Copied to Bug #13775: Status Traffic Totals PHP error on dev snapshots w/PHP 8.1 added
Updated by Jim Pingle almost 2 years ago
- Status changed from New to Feedback
- Assignee set to Jim Pingle
- % Done changed from 0 to 100
Fix committed, will be in tomorrow's snapshot:
https://github.com/pfsense/FreeBSD-ports/commit/43ec955af978b16adbbacbafdcdd9379d05c5f52
Updated by Jim Pingle almost 2 years ago
- Status changed from Feedback to Resolved
Unable to replicate the errors on a current snapshot, so it appears to be fixed.