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 )
|
I ended up having the same problem as murrtex, but the obove fixed the error - thank you!
However, I am showing zero for the monthly registration stats? Any idea why?
Thnx!