We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When automation runs, Cacti throws a few DEPRECATION errors upon startup.
2022-02-15 00:32:34 - CMDPHP PHP ERROR Backtrace: (/poller_automation.php[285]:automation_primeIPAddressTable(), /lib/api_automation.php[3338]:automation_calculate_start(), /lib/api_automation.php[3272]:automation_get_network_info(), /lib/api_automation.php[3234]:automation_get_network_info(), /lib/api_automation.php[3247]:CactiErrorHandler()) -- 2022-02-15 00:32:34 - ERROR PHP DEPRECATED: Automatic conversion of false to array is deprecated in file: /var/www/html/cacti/lib/api_automation.php on line: 3247 2022-02-15 00:32:34 - CMDPHP PHP ERROR Backtrace: (/poller_automation.php[285]:automation_primeIPAddressTable(), /lib/api_automation.php[3335]:automation_calculate_total_ips(), /lib/api_automation.php[3284]:automation_get_network_info(), /lib/api_automation.php[3234]:automation_get_network_info(), /lib/api_automation.php[3247]:CactiErrorHandler()) 2022-02-15 00:32:34 - ERROR PHP DEPRECATED: Automatic conversion of false to array is deprecated in file: /var/www/html/cacti/lib/api_automation.php on line: 3247
Cacti should be free of these backtraces.
The text was updated successfully, but these errors were encountered:
Fixing Issue #4554 - PHP 8.1 Automation Errors
562c04c
PHP 8.1 Causing Automation Deprecation Errors
No branches or pull requests
Describe the bug
When automation runs, Cacti throws a few DEPRECATION errors upon startup.
Expected behavior
Cacti should be free of these backtraces.
The text was updated successfully, but these errors were encountered: