Quote:
Originally Posted by hilfe-forum
Cange:
$percent = ($total_users / $monthly_total) * 100;
to
If ($monthly_total > 0){
$percent = ($total_users / $monthly_total) * 100;
}
(in File statsmod/statistics_registrations.php )
|
The same as doogie, the error doesnt appear now but all the month statistics are in 0, an also are 0 if you try to look them in admin panel