Quote:
Originally Posted by ImmortalForums
For those having the MySQLi error on their member pages open the plugin with your text editor of choice
Go to line 704 or find
Code:
$total_awards = mysql_num_rows($alluserawards);
and change to
Code:
$total_awards = mysqli_num_rows($alluserawards);
I dont know how to make this work in MySQL and MySQLi but MySQLi is recommended over MySQL by both the vbulletin developers and creates of mysql so this is a simple fix.
Maybe this can be thrown into the main post.
|
Awesome, this fixed my problem also, thanks.
A little bug, my awards disappear from post bit after I edit a post, but display again once I click away.