12-12-2006, 05:43 PM
|
#9 |
Join Date: Dec 2006 Location: Earth | | i take same error om 3.6.4 Quote:
Originally Posted by webgroup Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT thread.postusername,
thread.postuserid,
thread.title AS fth,
thread.lastposter,
thread.replycount,
thread.views,
thread.threadid,
thread.forumid tid,
forum.forumid AS fid,
forum.title AS ft
FROM vbnewthread, forum
WHERE forum.forumid = thread.forumid
AND dateline BETWEEN 1153617431 AND 1153790231
AND thread.forumid NOT IN (4)
AND thread.threadid NOT IN ()
ORDER BY thread.replycount DESC LIMIT 1;
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 thread.replycount DESC LIMIT 1' at line 15 Error Number : 1064
Date : Sunday, July 23rd 2006 @ 09:17:11 PM
When opening forum home after installation.
If I disable the hack, the problem goes away.
Please help |
| |