Kod:
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT user.username, reputation.userid, reputationid, reputation.postid, thread.postuserid,
reason, post.threadid, reputation.dateline, thread.title, thread.forumid, reputation.reputation
FROM reputation AS reputation
LEFT JOIN post AS post ON(reputation.postid = post.postid)
LEFT JOIN thread AS thread ON(post.threadid = thread.threadid)
LEFT JOIN user AS user ON(user.userid = reputation.userid)
WHERE reputation.whoadded = 61
ORDER BY reputation.dateline DESC
LIMIT 0, 5;
MySQL Error : Column 'reason' in field list is ambiguous
Error Number : 1052
Request Date : Thursday, August 16th 2012 @ 12:37:27 PM
Error Date : Thursday, August 16th 2012 @ 12:37:27 PM
Script : http://www.cs-dreams.pl/usercp.php
Referrer : http://www.cs-dreams.pl/members/9928-Swierko12
IP Address : 178.235.170.31
Username : Kodi
Classname : vB_Database
MySQL Version : 5.5.14