-
-
Notifications
You must be signed in to change notification settings - Fork 437
Improve PHP 8.3 support #5622
Copy link
Copy link
Closed
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue
Milestone
Description
ERROR PHP ERROR: Could not set timer: Invalid argument (22) in file: cacti-1.2.25/graph_templates.php on line: 34
Offending line:
ini_set('max_execution_time', '-1');
Changing value to 0 allows unlimited execution time and resolves the error.
ERROR PHP DEPRECATED: Increment on non-alphanumeric string is deprecated in file: cacti-1.2.25/lib/html.php on line: 936
Offending line:
$page++;
Changing to "$page = (int)$page + 1;" looks less developer-y but resolves the deprecation.
Both can be experienced when going Console > Templates > Graph.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue