Hello. Thank you for contacting the Toolset support.
This seems to be related the custom date field. Types stores custom date field value as Unix Timestamp but you must have added the date as date string.
Can you please share problem URL where I can see the issue as well as admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
As suspected the date value is added as date string as you can see with the following screenshot: hidden link
Toolset custom date field value stored in postmeta table and the date custom field value is stored as Unix Timestamp. So what you have to to is:
- either delete those postmeta entries for custom fields and once you see post is working set the date value again from edit post screen OR
- get the date custom field value from postmeta table and convert that date string to equivalent Unix Timestamp and replace with your existing date string