FLEXIcontent / flexicontent-cck

Advanced content management for Joomla
http://www.flexicontent.org
82 stars 53 forks source link

Wrong values saved in some ##_content table fields preventing other plugin to correctly render Joomla article data #1051

Open step-it opened 2 years ago

step-it commented 2 years ago

I have found this while using Yootheme Widgetkit, but it could affect many others component. Flexicontent saves both checked_out_time and publish_down fields in wrong format when saving/updating an article: it uses the "0000-00-00 00:00:00" format instead of using the NULL one when those two fields are not set. To test thist, simply disable all FC components/plugins, make a new article, save it and check those two fields inside the database: you'll find those two values are equal to NULL Now re-enable all FC components/plugins, open the same article and save it again: now those two fields values are equal to 0000-00-00 00:00:00 Please fix it asap, otherwise it will scramble the content for any other plugin looking for that two values..... Regards

Joomla 4, latest FC public build

micker commented 2 years ago

@step-it I think its fixed on master Can you confirm ?

micker commented 1 year ago

Seems closed by b9bd60cc5d6dae54516d0ed6f58b018eb1f1683a Can you confirm bye install master branch