
12-04-2010, 03:13 PM
|
|
|
Join Date: Nov 2002
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by PaintSplasher
Hm,
i get some sql-errors several times, but i can not reproduce it exactly.
Code:
Datenbankfehler in vBulletin 4.0.6:
Invalid SQL:
SELECT thread.threadid, thread.lastpostid, thread.forumid AS tforumid, thread.title AS ttitle, forum.title AS ftitle
FROM new_forum_thread AS thread
LEFT JOIN new_forum_forum AS forum ON(thread.forumid = forum.forumid)
WHERE MATCH(thread.title) AGAINST (' +Tachol' IN BOOLEAN MODE)
AND thread.forumid IN (24lsasort=lastpost)
AND thread.forumid NOT IN (0,58,5,26,29,52,56)
AND thread.lastpostid > 0
ORDER BY thread.lastpost DESC
LIMIT 50;
MySQL-Fehler : Unknown column '24lsasort' in 'where clause'
Fehler-Nr. : 1054
Fehler-Zeit : Sunday, 05.09.2010 @ 15:35:37
Datum : Sunday, 05.09.2010 @ 15:35:37
Skript : http://www.fiesta-ka-forum.de/ajaxlivesearch.php?do=search
Referrer : http://www.fiesta-ka-forum.de/fiesta-mk4-mk5-24/
IP-Adresse : ******
Benutzername : *****
Klassenname : vB_Database
MySQL-Version :
The search seems to work correctly.
|
I also experience this kind of error. Does not happen allot, but every so often.
|