Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT
reputation.whoadded, reputation.postid, reputation.reputation, reputation.reason, reputation.dateline,
user.userid, user.username, post.threadid, thread.title
FROM reputation AS reputation
LEFT JOIN post AS post ON (reputation.postid = post.postid AND post.visible = 1)
LEFT JOIN thread AS thread ON (post.threadid = thread.threadid AND thread.visible = 1)
LEFT JOIN user AS user ON (user.userid = reputation.whoadded)
WHERE reputation.userid = 1
ORDER BY reputation.dateline DESC
LIMIT 0, 5;
MySQL Error : Table 'belanova_pakomix2.reputation' doesn't exist
Error Number : 1146
Request Date : Sunday, August 17th 2008 @ 12:48:12 PM
Error Date : Sunday, August 17th 2008 @ 12:48:12 PM
Script : http://pakomix.net/foros/usercp.php
Referrer : http://pakomix.net/foros/showthread.php?t=1151
IP Address : 189.164.211.26
Username : iKuro
Classname : vB_Database
MySQL Version : 5.0.45-community-log