user warning: Unknown column 'files' in 'where clause'
query: SELECT ctvs.nid, ctvs.field_category_value, ctvs.field_numtask_value, ctvs.field_year_value, f.filepath, tn.tid
FROM math_content_type_videograph_solution ctvs
INNER JOIN math_term_node tn ON ctvs.nid = tn.nid
INNER JOIN math_node_galleries ng ON ctvs.nid = ng.gid AND ng.is_cover = 1
INNER JOIN math_files f ON ng.fid = f.fid
WHERE ctvs.field_numtask_value = files
ORDER BY tn.tid, ctvs.field_category_value in /home/u157986/videoege.ru/www/sites/all/modules/custom/videographm/videographm.module on line 470.