
09-11-2008, 06:05 AM
|
|
|
Join Date: Nov 2004
Location: Gyor, Hungary
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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.
|
Working!
Thank you:up:
|