Actions
Bug #3295
closed/diag_authentication.php throws error
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Start date:
10/27/2013
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
Description
Trying to load this page results in the following error:
Fatal error: Cannot redeclare getNasIP() (previously declared in /usr/local/captiveportal/radius_authentication.inc:53) in /etc/inc/captiveportal.inc on line 1576
Updated by Cool Fire almost 12 years ago
Suggested fix:
wrap getNasIP() in if (!function_exists('getNasIP')) {} in both /usr/local/captiveportal/radius_authentication.inc and /etc/inc/captiveportal.inc. This is currently only done in /usr/local/captiveportal/radius_authentication.inc
Updated by Renato Botelho almost 12 years ago
- Status changed from New to Rejected
Duplicate of #3234
Actions