Quote:
Originally Posted by BWJ
Warning: Division by zero in /statsmod/statistics_user_profile.php on line 60
|
I've had the same problem on statistics_registration.php...
Just change:
$percent = ($counter['count'] / $total_counter) * 100;
By:
If ($total_counter > 0){
$percent = ($counter['count'] / $total_counter) * 100;
}
Hope it helps...
By the way, here's the link for my statistics page, translated to Portuguese:
Fairplay Forum