after upgrading from vb 3.6.3 to 3.6.8
i got this error when viewing profiles of members who got an award.
Quote:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php(839) : eval()'d code (Zeile 37)
|
after disabling the yass the error disappears.
Edit:
If someone spots the same error und you use mysquli, just search the plugin YASS - member complete
and change line
$total_awards = mysql_num_rows($alluserawards); in
$total_awards = mysql
i_num_rows($alluserawards);
thats just the number of total awards. it wont be displayd anymore in the member profile, but you get rid of the annoying error.