Quote:
Originally Posted by Miki_29
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
|
Sorry to ask. I could not find this code to replace: In which file?