DeluXXXe
11.08.2005, 15:34
Ich bekomme wenn ich einen Thread aufrufen möchte wo ein Bild (im Dateisystem gespeichert) drin ist folgende Fehlermeldung:
Database error in vBulletin 3.5.0 Release Candidate 1:
Invalid SQL:
SELECT dateline, thumbnail_dateline, filename, filesize, visible, attachmentid, counter,
postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, thumbnail_filesize,
attachmenttype.thumbnail AS build_thumbnail, attachmenttype.newwindow
FROM attachment
LEFT JOIN attachmenttype AS attachmenttype USING (extension)
WHERE postid IN (-1,271656,271666,271985,272015,272081,272229)
ORDER BY attachmentid;
MySQL Error : Unknown column 'thumbnail_filesize' in 'field list'
Error Number : 1054
Thumbs benutzen wir nicht, die Tabelle
'thumbnail_filesize' ist auch nicht vorhanden, woran kann das liegen ?
Database error in vBulletin 3.5.0 Release Candidate 1:
Invalid SQL:
SELECT dateline, thumbnail_dateline, filename, filesize, visible, attachmentid, counter,
postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, thumbnail_filesize,
attachmenttype.thumbnail AS build_thumbnail, attachmenttype.newwindow
FROM attachment
LEFT JOIN attachmenttype AS attachmenttype USING (extension)
WHERE postid IN (-1,271656,271666,271985,272015,272081,272229)
ORDER BY attachmentid;
MySQL Error : Unknown column 'thumbnail_filesize' in 'field list'
Error Number : 1054
Thumbs benutzen wir nicht, die Tabelle
'thumbnail_filesize' ist auch nicht vorhanden, woran kann das liegen ?