
09-05-2011, 08:37 PM
|
|
|
Join Date: Jun 2007
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
BD Error to acces panel control
Quote:
Database error in vBulletin 3.8.7:
Invalid SQL:
SELECT user.username, quote.*, post.threadid, thread.title
FROM quotedatanew As quote
LEFT JOIN post AS post ON(quote.postid = post.postid)
LEFT JOIN thread AS thread ON(post.threadid = thread.threadid)
LEFT JOIN user AS user ON(user.userid = quote.quoter)
WHERE quote.quoted = '2' ORDER BY quote.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 6
Error Number : 1064
Request Date : Monday, September 5th 2011 @ 05:32:42 PM
Error Date : Monday, September 5th 2011 @ 05:32:42 PM
|
|