Hello, after clean install (not update) on members.php I see this error:
Database error in vBulletin 3.8.5:
Invalid SQL:
SELECT a.*, q.*, u.username, u.userid FROM vb_dbt_random_questions_answers AS a
LEFT JOIN vb_dbt_random_questions AS q USING (qid)
INNER JOIN vb_user AS u USING(userid)
WHERE a.touserid = 6201 AND
(private = 0 OR userid = 1 OR touserid = 1)
ORDER BY a.dateline DESC
LIMIT 0, 30;
MySQL Error : Column 'userid' in where clause is ambiguous
How to fix or what to do to make it work? thanks!
|