glFusion / glfusion

glFusion CMS - Advanced Content Management with Style
https://www.glfusion.org
GNU General Public License v2.0
14 stars 15 forks source link

Error handling and debugging for feed generation #576

Closed leegarner closed 2 years ago

leegarner commented 2 years ago

While tracking down syndication failures I found some autotag functions of mine that had errors. This PR hopefully will handle errors better if articles can't be parsed, and also adds an additional log to PLG_runScheduledTask to indicate the completion of the task which helps narrow down plugin issues.