I had a similar problem. Some of my articles where showing a badge of "Expired". I was not able to access the articles in the backend either. I have no idea when it occured, perhaps during a previous update or something.
The solution I found was going into phpMyAdmin and in the database I found that these particular articles under #__content for some reason had publish_down set to "0000-00-00 00:00:00" (which other functioning articles did not). I changed the value to "Null" (in phpMyAdmin by checking the checkbox).
And voila! The articles started showing as "normal" articles again. Perhaps this can help someone encountering the same issue.
The solution I found was going into phpMyAdmin and in the database I found that these particular articles under #__content for some reason had publish_down set to "0000-00-00 00:00:00" (which other functioning articles did not). I changed the value to "Null" (in phpMyAdmin by checking the checkbox).
And voila! The articles started showing as "normal" articles again. Perhaps this can help someone encountering the same issue.
Statistics: Posted by markusamanto — Thu Dec 21, 2023 9:42 am