alexandermarston / vnstat-dashboard

A responsive web UI to view network traffic statistics provided by vnStat (with support for version 2.x)
https://alexandermarston.github.io/vnstat-dashboard/
142 stars 60 forks source link

PHP 7.2 support #30

Closed izghitu closed 5 years ago

izghitu commented 5 years ago

Hi,

Does this vnstat dashboard work with PHP 7.2? I tried to set it up and I am getting countless lines like the below:

PHP message: PHP Notice:  Undefined offset: 2765375 in /home/user/vnstat-dashboard/vnstat.php on line 33
PHP message: PHP Notice:  Undefined offset: 2765376 in /home/user/vnstat-dashboard/vnstat.php on line 33
PHP message: PHP Notice:  Undefined offset: 2765377 in /home/user/vnstat-dashboard/vnstat.php on line 33
PHP message: PHP Notice:  Undefined offset: 2765378 in /home/user/vnstat-dashboard/vnstat.php on line 33

Please let me know. Thanks

cremesk commented 5 years ago

Hey, you need this fix. run under debian 9.6 and ubuntu 18.04 fixed commit

izghitu commented 5 years ago

That did the trick. Thanks!