Actions
Bug #8681
closedPHP7 - Error on login when using RADIUS authentication
Start date:
07/23/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.4
Affected Architecture:
All
Description
Moving to PHP 7 broke RADIUS_AUTHENTICATION() :
Crash report details: PHP Errors: [23-Jul-2018 13:30:42 Etc/UTC] PHP Warning: Use of undefined constant addr - assumed 'addr' (this will throw an Error in a future version of PHP) in /usr/local/captiveportal/radius_authentication.inc on line 146 [23-Jul-2018 13:30:42 Etc/UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/captiveportal/radius_authentication.inc:146) in /etc/inc/captiveportal.inc on line 2101
Updated by Jim Pingle over 6 years ago
- Assignee set to Jim Pingle
- Priority changed from Low to Normal
- Target version set to 2.4.4
Updated by A FL over 6 years ago
Note that https://github.com/pfsense/pfsense/pull/3640 technically fix this issue, because radius_authentication.inc is deleted in the PR
Updated by Jim Pingle over 6 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset ec445b1acba5bc7e1447bd4975b8dc211393a567.
Actions