Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT post.postid, IF(post.userid = 0, post.username, user.username) AS username,
post.pagetext, post.allowsmilie, post.userid, post.dateline
FROM vbs_ticket_post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
WHERE post.visible = 1
AND post.threadid =
ORDER BY dateline DESC, postid DESC
LIMIT 11;
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 'ORDER BY dateline DESC, postid DESC
LIMIT 11' at line 8
Error Number : 1064
Date : Monday, May 7th 2007 @ 10:40:30 AM
Script :
http://www.novusordosaeculorum.com/v...noquote=1&pid=
Referrer :
http://www.novusordosaeculorum.com/v...ewthread&tid=1
IP Address : 122.26.174.160
Username : Mike
Classname : vB_Database