|
Benutzer
|
|
Join Date: 03.2007
Posts: 45
Rep Power: 6
|
|
Datenbankfehler nach update auf 1.2.5
kann jemand sagen was da schief gelaufen ist?
 |
Quote: |
 |
|
|
|
|
|
|
|
|
|
Datenbankfehler in vBulletin 3.6.8:
Invalid SQL:
SELECT
t.open, t.visible, t.forumid, t.prefixid,
t.threadid, t.title, t.replycount, t.showvbcms,
t.firstpostid, t.postusername, t.postuserid,
t.dateline AS date, t.views, t.attach, f.pagetext, p.postid, p.pagetext_html, p.hasimages,
t.iconid, i.iconpath, i.title as icontitle
FROM thread as t
LEFT JOIN post as f ON (f.postid = t.firstpostid)
LEFT JOIN postparsed AS p ON (p.postid = t.firstpostid AND p.styleid = 2 AND p.languageid = 1)
LEFT JOIN icon as i ON (i.iconid = t.iconid)
WHERE t.open != 10 AND t.visible = 1
AND t.forumid IN (127)
AND t.showvbcms = 1
ORDER BY threadid DESC
LIMIT 0, 5;
MySQL-Fehler : Unknown column 't.prefixid' in 'field list'
Fehler-Nr. : 1054
Datum : Tuesday, June 10th 2008 @ 05:31:15 PM
Skript : roteteufel.de Datenbankfehler
Referrer :
IP-Adresse : 89.....
Benutzername : d....
Klassenname : vB_Database |
|
 |
|
 |
|
|