I get the following error after installing when I go to my CP:
Quote:
Database error in vBulletin 3.6.1:
Invalid SQL:
SELECT user.username, reputation.userid, reputation.postid as postid, reputation.reputation,
reputation.reason, post.threadid as threadid, reputation.dateline as dateline, thread.title as title
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 = 6
ORDER BY reputation.dateline DESC
LIMIT;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 9
Error Number : 1064
|
I'll have to dive into the code a bit, but if anyone has a quick answer, that would be great.