Hello Erwin,
I have this Error when trying to search the thread.
Database error in vBulletin 2.2.9:
PHP Code:
Invalid SQL:
SELECT
post.postid, thread.visible
FROM
post LEFT JOIN thread ON thread.threadid=post.threadid
WHERE
// REPLACED with search thread - Erwin
post.visible=1 AND thread.visible=1 AND post.threadid=59462 AND post.postid IN (258360,0) AND 1=1 AND NOT (thread.forumid='19')
// search thread - Erwin
// post.visible=1 AND thread.visible=1 AND post.postid IN (258360,0) AND 1=1 AND NOT (thread.forumid='19')
ORDER BY
post.dateline DESC,post.dateline DESC
LIMIT 0,20
mysql error: You have an error in your SQL syntax near '// REPLACED with search thread - Erwin
post.visible=1 AND thread.visib' at line 7
mysql error number: 1064
Date: Tuesday 04th of February 2003 08:50:34 PM
Any help?