erickgonzalez

Results 28 comments of erickgonzalez

For current customers that experience this issue we need to: 1- Run this query to get the customer timezone: `select timezoneid from user_ where userid='dotcms.org.default';` 2- Go to https://dateful.com/time-zone-converter and...

Need to consider change timezone e.g EDT/EST. https://dotcms.zendesk.com/agent/tickets/107650

We need also to update `syspublish_date` and `sysexpire_date` of the identifier table

Only Applies to 22.03 LTS

These lines are the ones that are duplicating the content with the LEGACY_RELATION_TYPE https://github.com/dotCMS/core/blob/master/dotCMS/src/main/java/com/dotmarketing/portlets/folders/business/FolderFactoryImpl.java#L493-L497 I remove these lines locally and test, and it fixes the issue. It doesn't create the...

Not apply to 5.3.8 LTS since it's failing because of the StartupTask Cluster. If I'm not wrong before upgrading from < 5.3.8 we will need to run these queries: ```...

Another customer hitting this: https://dotcms.zendesk.com/agent/tickets/108057

Test if also fixes this https://github.com/dotCMS/core/issues/22532 ... Unfortunately no.

Customer ticket: https://dotcms.zendesk.com/agent/tickets/108172