MySQL Error!
MySQL error in file: /engine/cache/system/plugins/ff17aab31c872d1b1d4aa587695a6213.php at line 99
Error Number: 1054
The Error returned was:
Unknown column 'f.xf_rt' in 'where clause'
SQL query:

SELECT p.id, p.autor, p.date, p.short_story, CHAR_LENGTH(p.full_story) as full_story, p.xfields, p.title, p.category, p.alt_name, p.comm_num, p.allow_comm, p.fixed, p.tags, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.editdate, e.editor, e.reason FROM dle_post p LEFT JOIN dle_post_extras e ON (p.id=e.news_id) LEFT JOIN dle_dle_filter_news f ON (p.id=f.newsId) JOIN (SELECT d.id FROM dle_post d LEFT JOIN dle_post_extras e ON (d.id=e.news_id) LEFT JOIN dle_dle_filter_news f ON (d.id=f.newsId) WHERE approve=1 AND (f.`xf_switch-scat` = '1') AND (f.`xf_rt` LIKE '%date%') ORDER BY date desc LIMIT 0,45) as l ON p.id=l.id ORDER BY date desc