+ Reply to Thread
Results 1 to 2 of 2

Thread: Warning: Division by zero

  1. Warning: Division by zero

    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.


  2. Join Date
    Sep 2008
    Posts
    1

    Re: Warning: Division by zero

    I've the same problem. Anybody know how to solve this problem?

    Thanks for your help.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts