Im getting a DB error:
Code:
Database error in vBulletin 3.8.6:
Invalid SQL:
SELECT user.username, quote.*, post.threadid, thread.title
FROM vb6_quotedatanew As quote
LEFT JOIN vb6_post AS post ON(quote.postid = post.postid)
LEFT JOIN vb6_thread AS thread ON(post.threadid = thread.threadid)
LEFT JOIN vb6_user AS user ON(user.userid = quote.quoter)
WHERE quote.quoted = '1' 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 : Sunday, January 30th 2011 @ 02:36:38 AM
Error Date : Sunday, January 30th 2011 @ 02:36:38 AM
Script : http://www.my-forum.com/forum/usercp.php
Referrer : https://www.my-forum.com/forum/index.php
Username : Alfa1
Classname : vB_Database
MySQL Version : 5.0.90-log
Are table prefixes considered in this modification?