Error filtering template: SQLSTATE[HY000]: General error: 1525 Incorrect DATETIME value: 'news_from_date', query was: SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_category_product_index_store1` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id=3 INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1' LEFT JOIN `catalog_product_entity_datetime` AS `at_news_from_date` ON (`at_news_from_date`.`entity_id` = `e`.`entity_id`) AND (`at_news_from_date`.`attribute_id` = '704') AND (`at_news_from_date`.`store_id` = 0) LEFT JOIN `catalog_product_entity_datetime` AS `at_news_to_date` ON (`at_news_to_date`.`entity_id` = `e`.`entity_id`) AND (`at_news_to_date`.`attribute_id` = '705') AND (`at_news_to_date`.`store_id` = 0) WHERE (((((at_news_from_date.value <= '2024-09-20 23:59:59') OR (at_news_from_date.value IS not null))))) AND (((((at_news_to_date.value >= '2024-09-20 00:00:00') OR (at_news_to_date.value IS not null))))) AND ((at_news_from_date.value IS not null) OR (at_news_to_date.value IS not null)) AND ((((at_news_from_date.value = 'news_from_date') OR (at_news_from_date.value < '2024-09-20 14:45:05')))) AND ((((at_news_to_date.value = 'news_to_date') OR (at_news_to_date.value > '2024-09-20 14:45:05'))))