MySQL Error!
MySQL error in file: /engine/modules/show.short.php at line 83
Error Number: 1054
The Error returned was:
Unknown column 'f.xf_order_by' 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) WHERE approve=1 AND (f.`xf_author` LIKE '%Русская народная сказка%') AND (f.`xf_color` LIKE '%Чёрно-белый%') AND (f.`xf_doll` LIKE '%Рисованный%') AND (f.`xf_order_by` LIKE '%date%') AND (f.`xf_r-year` LIKE '%1935;1994%') AND (f.`xf_studio` LIKE '%Диафильм%') AND category REGEXP '([[:punct:]]|^)(4)([[:punct:]]|$)' AND category NOT REGEXP '([[:punct:]]|^)(1|3|12|13|14|15|16|18)([[:punct:]]|$)' ORDER BY date desc LIMIT 0,21