Actions
Regression #13123
closedPHP error from Captive Portal at boot on current development snapshots
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.05
Release Notes:
Force Exclusion
Affected Version:
2.7.0
Affected Architecture:
Description
Some Captive Portal configurations encounter a PHP error at boot:
rc.bootup: PHP ERROR: Type: 1, File: /etc/inc/captiveportal.inc, Line: 2560, Message: Uncaught Error: Call to undefined function pfSense_pf_cp_get_anchor_pipes() in /etc/inc/captiveportal.inc:2560
The function call appears to be using the wrong name. pfSense_pf_cp_get_anchor_pipes()
should be pfSense_pf_cp_get_eth_pipes()
To me, I have a fix.
Updated by Jim Pingle over 2 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 88dd8025401900b3fee3a392537dbd35b9baeaf0.
Updated by Danilo Zrenjanin over 2 years ago
- Status changed from Feedback to Resolved
Tested:
2.7.0-DEVELOPMENT (amd64) built on Wed May 11 06:37:51 UTC 2022 FreeBSD 12.3-STABLE
There is no PHP error during the boot process. I am marking ticket resolved.
Actions