I'm getting the following errors mailed to me. I understand that it's coming from post attempts, but I don't know what's causing it or how to correct it. All help appreciated.
Thanks-
Rich
Thanks-
Rich
Database error in vBulletin: Invalid SQL:
SELECT
post.*,post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,
attachment.attachmentid,attachment.filename,attachment.visible AS attachmentvisible,attachment.counter
FROM
post
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
WHERE
post.postid IN ()
ORDER BY dateline
mysql error: You have an error in your SQL syntax near ')
ORDER BY dateline
' at line 16
mysql error number: 1064
SELECT
post.*,post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,
attachment.attachmentid,attachment.filename,attachment.visible AS attachmentvisible,attachment.counter
FROM
post
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
WHERE
post.postid IN ()
ORDER BY dateline
mysql error: You have an error in your SQL syntax near ')
ORDER BY dateline
' at line 16
mysql error number: 1064
Comment