I would love to use this mod but there is a conflict with it and the Forum Members (membelist.php) mod by ChrisTERiS
I get this database error when they are both enabled:
Quote:
Database error in vBulletin 4.1.8:
Invalid SQL:
SELECT COUNT(*) AS count
FROM vb_userlist
WHERE userlist.userid = 3
AND userlist.relationid IN
(
SELECT relationid
FROM vb_userlist
WHERE userlist.userid = 1
AND userlist.type = 'buddy'
AND userlist.friend = 'yes'
)
AND userlist.type = 'buddy'
AND userlist.friend = 'yes';
MySQL Error : Unknown column 'userlist.userid' in 'where clause'
|