Hello,
another DB Error:
Code:
Datenbankfehler in vBulletin 4.2.3:
Invalid SQL:
SELECT thread.threadid, thread.lastpostid, thread.forumid AS tforumid, thread.title AS ttitle, forum.title AS ftitle
FROM thread AS thread
LEFT JOIN forum AS forum ON(thread.forumid = forum.forumid)
WHERE MATCH(thread.title) AGAINST (' +BremswegLive +Search' IN BOOLEAN MODE)
AND thread.forumid IN (28lsasort=lastpost)
AND thread.forumid NOT IN (0,18,52,6,16,17)
AND thread.lastpostid > 0
ORDER BY thread.lastpost DESC
LIMIT 50;
MySQL-Fehler : Unknown column '28lsasort' in 'where clause'
Fehler-Nr. : 1054
Fehler-Zeit : Tuesday, 29.09.2015 @ 15:18:25
Datum : Tuesday, 29.09.2015 @ 15:18:25
Skript : http://www.sps-forum.de/ajaxlivesearch.php?do=search
Referrer : http://www.sps-forum.de/
IP-Adresse :
Benutzername : caveman
Klassenname : vB_Database
MySQL-Version :
Code:
Datenbankfehler in vBulletin 4.2.3:
Invalid SQL:
SELECT thread.threadid, thread.lastpostid, thread.forumid AS tforumid, thread.title AS ttitle, forum.title AS ftitle
FROM thread AS thread
LEFT JOIN forum AS forum ON(thread.forumid = forum.forumid)
WHERE MATCH(thread.title) AGAINST (' +Live +Search' IN BOOLEAN MODE)
AND thread.forumid IN (28lsasort=lastpost)
AND thread.forumid NOT IN (0,18,52,6,16,17)
AND thread.lastpostid > 0
ORDER BY thread.lastpost DESC
LIMIT 50;
MySQL-Fehler : Unknown column '28lsasort' in 'where clause'
Fehler-Nr. : 1054
Fehler-Zeit : Tuesday, 29.09.2015 @ 15:18:21
Datum : Tuesday, 29.09.2015 @ 15:18:21
Skript : http://www.sps-forum.de/ajaxlivesearch.php?do=search
Referrer : http://www.sps-forum.de/
IP-Adresse :
Benutzername : caveman
Klassenname : vB_Database
MySQL-Version :
how can I fix that?