Actions
Bug #3938
closedCaptive Portal PHP Error at bootup on current snapshots
Start date:
10/15/2014
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2
Affected Architecture:
All
Description
At boot on a current snapshot with captive portal enabled there is a PHP error displayed:
PHP Errors:
[15-Oct-2014 08:18:55 America/Indiana/Indianapolis] PHP Fatal error: Call to a member function fetchArray() on a non-object in /etc/inc/captiveportal.inc on line 1312
It appears to be trying to read the sqlite db before it has been initialized.
1311: $response = $DB->query("SELECT * FROM captiveportal {$query}"); 1312: while ($row = $response->fetchArray())
Updated by Chris Buechler about 10 years ago
- Status changed from New to Confirmed
- Priority changed from Normal to High
Updated by Ermal Luçi about 10 years ago
- Status changed from Confirmed to Feedback
Updated by Ermal Luçi about 10 years ago
- % Done changed from 0 to 100
Applied in changeset d338018f4798ea41975589f8c5b111568747e572.
Actions