Code: Select all
2022-09-19 17:09:57 - CMDPHP ERRORS DETECTED - DISABLING PLUGIN 'weathermap'
2022-09-19 17:09:57 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler())
2022-09-19 17:09:57 - ERROR PHP ERROR in Plugin 'weathermap': Uncaught Error: Call to undefined function html_graph_start_box() in /var/www/html/plugins/weathermap/weathermap-cacti-plugin.php:427 Stack trace: #0 /var/www/html/plugins/weathermap/weathermap-cacti-plugin.php(293): weathermap_thumbview() #1 {main} thrown in file: /var/www/html/plugins/weathermap/weathermap-cacti-plugin.php on line: 427
Ubuntu 20.04
Code: Select all
root@cactitest:/var/www/html/plugins# uname -a
Linux cactitest 5.4.0-125-generic #141-Ubuntu SMP Wed Aug 10 13:42:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
root@cactitest:/var/www/html/plugins# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.5 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.5 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
root@cactitest:/var/www/html/plugins#
Spine 1.2.22
Weathermap plugin version (which i'm desperately trying to install last two days) 0.98a (got it from here: https://github.com/howardjones/network- ... sion-0.98a)
Code: Select all
root@cactitest:/var/www/html/plugins# php -v
PHP 7.4.3 (cli) (built: Aug 17 2022 13:29:56) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies
root@cactitest:/var/www/html/plugins#
Code: Select all
root@cactitest:/var/www/html/plugins# mysql --version
mysql Ver 15.1 Distrib 10.3.34-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
root@cactitest:/var/www/html/plugins#
Code: Select all
root@cactitest:/var/www/html/plugins# ll weathermap/ | grep check
-rw-r--r-- 1 www-data www-data 1631 Jan 21 2018 check-gdbug.php
-rw-r--r-- 1 www-data www-data 13111 Jan 21 2018 check.php
root@cactitest:/var/www/html/plugins#
Code: Select all
root@cactitest:/var/www/html/plugins# ll
total 20
drwxr-xr-x 5 root root 4096 Sep 19 17:09 ./
drwxr-xr-x 19 root root 4096 Sep 19 14:41 ../
drwxr-xr-x 7 www-data www-data 4096 Sep 19 15:43 monitor/
drwxr-xr-x 9 www-data www-data 4096 Sep 19 15:45 thold/
drwxr-xr-x 11 www-data www-data 4096 Sep 19 17:08 weathermap/
root@cactitest:/var/www/html/plugins#
So, i've got no idea how to solve this riddle...