Hello,
Ok, I upgraded from 1.01 to 1.03 with little problems. Now though when I try to display users stats I just get $msg_posts under their avatar.
I hit the "recount users stats" in the configuration panel and I get this error.
Warning: is_resource(): Only one argument expected in home/content/P/b/a/Parte/html/components/com_fireboard/sources/fb_db_iterator.class.php on line 70
This is what it says in the fb_db_iterator.class.php
function Free() {
// free resource
if(is_resource()) {
if($this->ctype=='mysqli'

{
mysqli_free_result($this->result);
} else {
mysql_free_result($this->result);
}
}
return TRUE;
Line 70 in red
Also is there a way to turn off the "IP Logged" feature, I didn't see a setting for that?
Thanks,
Q