kall
11-28-2004, 04:14 PM
Hi..
This has just cropped up this morning, for no apparent reason (no changes by me)..
Database error in vBulletin 3.0.3:
Invalid SQL:
SELECT
thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, pollid
L
L
L
L
FROM thread as thread
L
L
L
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
L
WHERE open <> '10' AND thread.visible = 1 AND thread.forumid NOT IN(6,13,31,54,53,30,20,11,26,24) AND deletionlog.primaryid IS NULL
ORDER BY lastpost DESC
LIMIT 10
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 'L
L
L
FROM thread as thread
L
L
L
LEFT JOI
mysql error number: 1064
Date: Sunday 28th of November 2004 08:41:25 AM
Script: http://nzboards.com/
Referer:
Any ideas why/how to fix it?
This has just cropped up this morning, for no apparent reason (no changes by me)..
Database error in vBulletin 3.0.3:
Invalid SQL:
SELECT
thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, pollid
L
L
L
L
FROM thread as thread
L
L
L
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
L
WHERE open <> '10' AND thread.visible = 1 AND thread.forumid NOT IN(6,13,31,54,53,30,20,11,26,24) AND deletionlog.primaryid IS NULL
ORDER BY lastpost DESC
LIMIT 10
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 'L
L
L
FROM thread as thread
L
L
L
LEFT JOI
mysql error number: 1064
Date: Sunday 28th of November 2004 08:41:25 AM
Script: http://nzboards.com/
Referer:
Any ideas why/how to fix it?