MySQL Error!
MySQL error in file: /engine/cache/system/plugins/ec3166ba6429c5c83f22f1f500840143.php at line 2054
Error Number: 1525
The Error returned was:
Incorrect DATETIME value: '2023-02-29 00:00:00'
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.descr, p.keywords, p.category, p.alt_name, p.comm_num, p.allow_comm, p.allow_main, p.approve, p.fixed, p.symbol, p.tags, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.disable_index, e.editdate, e.editor, e.reason FROM kvlg_post p INNER JOIN (SELECT DISTINCT(kvlg_post_extras_cats.news_id) FROM kvlg_post_extras_cats WHERE cat_id IN ('2','3','4','5','6','7','8','9','10','11','12','13')) c ON (p.id=c.news_id) LEFT JOIN kvlg_post_extras e ON (p.id=e.news_id) WHERE (p.date >= '2023-02-29 00:00:00' AND p.date <= '2023-02-29 23:59:59') OR (p.date >= '2024-02-29 00:00:00' AND p.date <= '2024-02-29 23:59:59') AND approve=1 ORDER BY date ASC LIMIT 0,60