PDA

View Full Version : Warning: Division by zero



dDoubleU
03-12-2008, 09:55 AM
I'm getting this warning above all the graphs on my stats/index.php page:

Warning: Division by zero in /home/retirenw/public_html/counter/stats/index.php on line 575

Line 575 is under:
/* crunch some numbers to avoid table size problems */

Line 575 is:
$div_prop = floor($largest_num / (($largest_num - ($largest_num % $div_num)) / $div_num));

I'm using:
PHP Version 5.2.5, MySQL version 4.1.22-standard
Counter Version 3.45

Thanks for your help.

Curry
09-10-2008, 09:35 AM
I've the same problem. Anybody know how to solve this problem?

Thanks for your help.