Actions
Bug #662
closedError in /etc/inc/gwlb.inc line 398
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/15/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
After updating this morning none of my services would start.
Error shown was
Parse error: syntax error, unexpected ')' in /etc/inc/gwlb.inc on line 398
line 398 needs to be changed from
} elseif ($status['status'] == "none")) {
to
} elseif (stristr($status['status'] == "none")) {
Updated by Jim Pingle over 14 years ago
- Status changed from New to Rejected
Already fixed, duplicate of #661
Actions