MySQL Error!
MySQL error in file: /engine/modules/filearray/functions.php at line 12548
Error Number: 1054
The Error returned was:
Unknown column 'f.type' in 'field list'
SQL query:

SELECT f.`id`, hs.`alt_name` AS hs_alt_name, f.`global_type`, f.`hs_id`, f.`subject`, f.`number_of_task`, f.`programs`, f.`sem`, f.`education_type`, f.`hs_universal`, f.`name`, f.`alt_name`, f.`description`, f.`check`, f.`date`, f.`size`, f.`tags`, f.`variant`, f.`d_count`, f.`attaches`, f.`user_id`, f.`co_author`, f.`price`, f.`flag`, f.`updated`, f.`deleted`, f.`type`, f.`dop_type`, f.`rate_sum`, f.`rate_col`, f.`ratesort`, f.`pricesort`, f.`discount_price`, f.`discount_time`, f.`pop`, f.`final_date_top`, f.`final_date_css`, IF(f.`discount_price` > 0 AND f.`discount_time` >= '1718640498', f.`discount_price`, f.`price`) AS itog_price FROM `dle_file_array_file` f LEFT JOIN `dle_file_array_high_school` hs ON f.`hs_id` = hs.`id` WHERE f.`deleted` = '0' AND f.`check` IN('1','3') AND f.`subject` = 'buhgalterskiy-uchet' AND (f.`sem` LIKE '%4%' OR f.`sem`IN('u','o')) AND (f.`hs_id` = '693' OR f.`hs_universal` = '1') AND f.`global_type` = '2' ORDER BY f.`popsort` DESC LIMIT 12