Error!

MySQL Error: Incorrect DATE value: 'news/1/1'
SQL Statement: select count(*) as total_records from (SELECT 1 FROM contents JOIN content_types on contents.content_type_id = content_types.id join bgcompanies on contents.id= bgcompanies.id WHERE content_type_id IN ('2543') and contents.published=1 and publish_date <= '2024-04-26 17:58' and date(publish_date) >= 'news/1/1' and date(publish_date) < '1/1/1' and contents.magazine_id=11 ORDER BY publish_date desc ) as t