Quote:
Originally Posted by dilbert
Sorry about that, here is the whole error:
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT post.postid, IF(post.userid = 0, post.username, user.username) AS username,
post.pagetext, post.allowsmilie, post.userid, post.dateline
FROM vb3_vbs_ticket_post AS post
LEFT JOIN vb3_user AS user ON(user.userid = post.userid)
WHERE post.visible = 1
AND post.threadid =
ORDER BY dateline DESC, postid DESC
LIMIT 41;
|
I got that error twice, but I cant replicate it now,
Seems that the error is from line 1928, do=newreply, where $threadinfo[threadid] is empty.
Just dont understand why it got executed.