Die Antwort von Mystics hier hat das Problem beseitigt. 
In der Zwischenzeit sind aber noch zwei weitere Fehler aufgetaucht (Suchen und Profil):
Code:
Datenbank Fehler in vBulletin 2.3.7:
Invalid SQL:
SELECT DISTINCT post.userid,
thread.threadid,thread.threadid AS postid,thread.title AS threadtitle,thread.iconid AS threadiconid,thread.replycount,
thread.views,thread.pollid,thread.open,thread.lastpost AS postdateline,thread.lastpost,thread.lastposter,
forum.forumid,forum.title AS forumtitle,forum.allowicons,attach,
thread.postusername AS usrname,
user.userid AS postuserid,
threadicon.iconpath AS threadiconpath,threadicon.title AS threadicontitle
FROM
thread,forum
LEFT JOIN user ON user.username=thread.postusername
LEFT JOIN icon AS threadicon ON thread.iconid=threadicon.iconid
LEFT JOIN post ON (thread.threadid = post.threadid AND post.userid = '4' AND post.visible = 1)
WHERE
thread.forumid=forum.forumid AND thread.threadid IN (0,5495,5484,5483,5491,5486,5460,5466,5468,5370,5449,4429,4117,4116,3478,3480,5395,5404,3016,5358,5274,5250,5220,5190,5098,4862)
ORDER BY
thread.lastpost DESC,thread.lastpost DESC
mysql error: Unknown column 'thread.postusername' in 'on clause'
mysql error number: 1054
Datum: Thursday 11th of January 2007 05:44:22 PM
Script: http://forum.domain.de/search.php?s=&action=showresults&searchid=309964&sortby=lastpost&sortorder=descending
Referer:
Code:
Datenbank Fehler in vBulletin 2.3.7:
Invalid SQL: SELECT privatemessage.*,touser.username AS tousername,fromuser.username AS fromusername,icon.title AS icontitle,icon.iconpath FROM privatemessage,user AS touser,user AS fromuser LEFT JOIN icon ON icon.iconid=privatemessage.iconid WHERE privatemessage.userid='4' AND folderid=0 AND touser.userid=privatemessage.touserid AND fromuser.userid=privatemessage.fromuserid AND messageread=0 ORDER BY dateline DESC
mysql error: Unknown column 'privatemessage.iconid' in 'on clause'
mysql error number: 1054
Datum: Thursday 11th of January 2007 05:47:39 PM
Script: http://forum.domain.de/usercp.php?s=
Referer: http://forum.domain.de/search.php?s=
Kann Mystics hier auch nochmal helfen?
Lesezeichen