-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
lots of warnings with debian 8.11 and php 7.2 #47
Comments
i think that having only one interface is the problem, because in vnstat.php on line 81 i see this public function getInterfaces() {
and i only have the lo and eth0 interface on the vm i am trying this gui. |
vnstat --json |
I don't think this branch works well with vnstat 2.x yet. I have a version here that works for me: Feel free to try it |
yeah, with your branch i get no errors. thank you tomangert |
Yes, thank you @tomangert ! Your version fix my issue: But I have no more graphical stats by the way. |
@Ramstin13 sudo docker exec -it >name of docker< /bin/bash apt-get update -yqq && |
thanks @doob187
I decided to run it line by line (instead of using
|
Current PHP version: 7.2.16-1+0
20190307202206.17+jessie1.gbpa7be82Debian GNU/Linux 8.11 (jessie)
when i enter the gui i get:
Notice: Undefined index: id in /var/www/vnstat/includes/vnstat.php on line 81
Notice: Undefined index: id in /var/www/vnstat/includes/vnstat.php on line 81
Notice: Undefined variable: typeAppend in /var/www/vnstat/includes/vnstat.php on line 118
Notice: Undefined variable: i in /var/www/vnstat/includes/vnstat.php on line 120
Warning: Use of undefined constant sortingFunction - assumed 'sortingFunction' (this will throw an Error in a future version of PHP) in /var/www/vnstat/includes/vnstat.php on line 136
Notice: Undefined variable: typeAppend in /var/www/vnstat/includes/vnstat.php on line 160
Notice: Undefined variable: i in /var/www/vnstat/includes/vnstat.php on line 162
Notice: Undefined variable: typeAppend in /var/www/vnstat/includes/vnstat.php on line 186
Notice: Undefined variable: i in /var/www/vnstat/includes/vnstat.php on line 188
Notice: Undefined variable: typeAppend in /var/www/vnstat/includes/vnstat.php on line 102
Notice: Undefined variable: i in /var/www/vnstat/includes/vnstat.php on line 104
Notice: Undefined variable: typeAppend in /var/www/vnstat/includes/vnstat.php on line 139
Notice: Undefined variable: i in /var/www/vnstat/includes/vnstat.php on line 141
Notice: Undefined variable: typeAppend in /var/www/vnstat/includes/vnstat.php on line 171
Notice: Undefined variable: i in /var/www/vnstat/includes/vnstat.php on line 173
Notice: Undefined variable: typeAppend in /var/www/vnstat/includes/vnstat.php on line 197
Notice: Undefined variable: i in /var/www/vnstat/includes/vnstat.php on line 199
and then, te graphic appears...
screenshot below
The text was updated successfully, but these errors were encountered: