MySQL Error!
MySQL error in file: /engine/modules/show.short.php at line 86
Error Number: 1054
The Error returned was:
Unknown column 'created_at' in 'field list'
SQL query:

SELECT p.id, p.autor, p.date, p.expier_date, p.short_story, p.full_story, p.xfields, p.title, p.category, p.alt_name, p.comm_num, p.allow_comm, p.fixed, p.tags, e.odp, e.review_id, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.editdate, e.editor, e.reason, created_at FROM dle_post p INNER JOIN (SELECT DISTINCT(dle_post_extras_cats.news_id) FROM dle_post_extras_cats WHERE cat_id IN ('1505')) c ON (p.id=c.news_id) LEFT JOIN dle_post_extras e ON (p.id=e.news_id) WHERE approve=1 ORDER BY CASE WHEN p.xfields LIKE '%discount-offer|0%' AND p.expier_date >= UNIX_TIMESTAMP() THEN 1 WHEN p.xfields LIKE '%discount-offer|1%' AND p.expier_date >= UNIX_TIMESTAMP() THEN 2 WHEN p.expier_date < UNIX_TIMESTAMP() THEN 3 ELSE 4 END, p.expier_date DESC LIMIT 0,44