Da ieri mi è comparso questo errore nel componente joomlastats:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.milanofree.it/home/administrator/components/com_joomlastats/admin.joomlastats.html.php on line 1895
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.milanofree.it/home/administrator/components/com_joomlastats/admin.joomlastats.html.php on line 1909
Nelle righe incriminate ci sono quesi 2 valori:
$tuv = mysql_num_rows($rs); sulla 1895
$tub = mysql_num_rows($rs); sulla 1909
Cosa c'è che non va?
