Bug!
Thread with attachment errors when enabling this plugin.
Quote:
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 = 117104
ORDER BY attachmentid;
|
Grep the query and found in fbb/functions.php, disabling the plugin fix the problem.
temporary disabling the plugin till this issue get fixed.
thanks