Actions
Bug #2437
closedPHP missing bcmath (that was solved for pfSense 2.0 two years ago, re-discovered in the latest pfSense 2.1)
Start date:
05/18/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
All
Description
1.
When "Radius Accounting" is enabled and trying to disconnect a connected client in the captive portal gui - the following error appears: Fatal error: Call to undefined function bcmod() in /usr/local/captiveportal/radius_accounting.inc on line 337
As a result the session gets removed from the pfSense, but the client doesn't get de-authenticated and can still browse without hitting the captive portal.
It seems that due to the fact that bcmath php5 module is not on the system and bcmod() isn't being found.
2.
I found that this issue was already reported and was fixed two years ago for pfSense 2.0: bug #483
Actions