I get these messages in alternate multiple times per second:
Second argument has to be greater than or equal to 0 in /srv/www/htdocs/vicidial/user_stats.php on line 1332, referer:
http://xxx.xxx.xxx.xxx/vicidial/admin.php[Mon Sep 28 12:36:04.807851 2015] [php5:error] [pid 13268] [client xxx.xxx.xxx.xxx:xxxxx] PHP Warning: str_repeat(): Second argument has to be greater than or equal to 0 in /srv/www/htdocs/vicidial/user_stats.php on line 1334, referer:
http://xxx.xxx.xxx.xxx/vicidial/admin.phpI've looked up those two lines in the code, they have to do with tallying manual calls. I doubt this is it causing the callback issue but it's worth fixing.
I also get this one every now and then:
[Sat Sep 26 10:54:34.551811 2015] [php5:error] [pid 13174] [client xxx.xxx.xxx.xxx:51614] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /srv/www/htdocs/agc/vdc_db_query.php on line 5961, referer:
http://xxx.xxx.xxx.xxx/agc/vicidial.phpSeems to me like some of my SQL queries are not running as planned, but I'm not sure why... any clues?