Message boards :
Number crunching :
Website bug
Message board moderation
Author | Message |
---|---|
Send message Joined: 7 Sep 24 Posts: 11 Credit: 183,445 RAC: 223 ![]() |
https://numberfields.asu.edu/NumberFields/host_stats.php On the page linked above, the first half of the page is just the following error/warning repeated over and over again: "Warning: Undefined variable $v in /home/boincadm/projects/NumberFields/html/user/host_stats.php on line 94" What's going on here? |
![]() Send message Joined: 8 Jul 11 Posts: 1388 Credit: 692,724,592 RAC: 828,717 ![]() ![]() ![]() |
https://numberfields.asu.edu/NumberFields/host_stats.php Thanks for reporting! This should now be fixed. The newer php standard sometimes conflicts with the older BOINC code. In this case, a null was being returned since there were no "darwin" hosts, and this led to the warning messages. |
Send message Joined: 18 Apr 23 Posts: 3 Credit: 10,314,965 RAC: 19,093 ![]() ![]() ![]() |
Well, it's reporting "Warning: Undefined variable $v in /home/boincadm/projects/NumberFields/html/user/host_stats.php on line 93" now. |
![]() Send message Joined: 8 Jul 11 Posts: 1388 Credit: 692,724,592 RAC: 828,717 ![]() ![]() ![]() |
Well, it's reporting "Warning: Undefined variable $v in /home/boincadm/projects/NumberFields/html/user/host_stats.php on line 93" now. Looking into this further, my initial analysis appears to have been wrong. After fixing the undefined variable, it actually shows non-zero counts for the Darwin hosts. I think it is fixed this time. |