
07-21-2010, 05:01 PM
|
|
|
Join Date: Nov 2002
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Got this error when clicking "Settings" (member settings) in 4.0.5.
Quote:
Database error in vBulletin 4.0.5:
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 = 1
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
Request Date : Wednesday, July 21st 2010 @ 12:57:30 PM
Error Date : Wednesday, July 21st 2010 @ 12:57:30 PM
Script : xxxt/forums/usercp.php
Referrer : xxx/forums/forum.php
IP Address : xxx
Username : Apokalupsis
Classname : vB_Database
MySQL Version : 5.1.47
|
Had to uninstall.
|