An unexpected error occurred.
mysql error: [1146: Table 'coolam1_db.FileSearchIndexAttributes' doesn't exist] in EXECUTE("SELECT DISTINCT f.fID, u.uName as fvAuthorName
FROM Files f INNER JOIN FileVersions fv ON f.fID = fv.fID
LEFT JOIN Users u on u.uID = fv.fvAuthorUID
left join FileSetFiles fsf35 on fsf35.fID = f.fID left join FileSearchIndexAttributes on (fv.fID = FileSearchIndexAttributes.fID) where 1=1 and fsf35.fsID = '35' and fv.fvType = 1 and fvIsApproved = 1 and ((select count(fID) from FileSetFiles where FileSetFiles.fID = f.fID and fsID in (-1)) = 0) and (f.uID = 0 or (select count(fID) from FileSetFiles where FileSetFiles.fID = f.fID and fsID in (-1)) = 0) limit 0,1000 ")