Why would I receive the following:
Code:
<form><textarea rows="15" cols="70" wrap="off" id="message">Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT post.*, thread.*,
post.dateline AS postdateline, post.msgid AS postmsgid,
thread.title AS threadtitle, post.visible AS postvisible,
thread.visible AS threadvisible
FROM post as post LEFT JOIN thread as thread
ON (thread.threadid = post.threadid
AND post.userid = thread.postuserid
AND post.postid = thread.firstpostid)
WHERE post.isusenetpost = 0
AND post.postid >
AND thread.forumid = 27;
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 'AND thread.forumid = 27' at line 11
Error Number : 1064
Date : Monday, December 10th 2007 @ 07:00:51 PM
Script : http://www.mydomain.com/forum/gateway.php?debug=1
Referrer :
IP Address : 000.000.000.000
Username : admin
Classname : vB_Database</textarea></form>
forumid = 27 is a valid id and is writable.