Hi All


Search file attachement showing error message.Could you please tell me solution for this query

user warning: Table 'search.upload' doesn't exist query: SELECT SUM(i.score * t.count) AS score FROM search_index i INNER JOIN search_total t ON i.word = t.word INNER JOIN files AS f ON f.fid = i.sid LEFT JOIN upload u USING (fid) LEFT JOIN node n USING (nid) WHERE f.status = 1 AND (i.word = 'admin') AND i.type = 'file' GROUP BY i.type, i.sid HAVING COUNT(*) >= 1 ORDER BY score DESC LIMIT 0, 1 in /opt/lampp/htdocs/search/modules/search/search.module on line 946.


Regards
Selvaraj.C