Home › Forums › Calendar Products › Events Calendar PRO › False Event Date on List, Map, Day View
- This topic has 16 replies, 2 voices, and was last updated 8 years, 4 months ago by
Nicky Krzyslak.
-
AuthorPosts
-
October 18, 2017 at 12:57 am #1365172
Nicky Krzyslak
ParticipantWe have defined a few Events in 3 Categories.
In Event View (list, Map) the end Date is one day less when compared to the Information on the Event.
For Example Event One Start Date 10.10.2017 End Date 15.10.2017
But im Event view as list shows 10.10.2017-14.10.2017
But also when we look up the Event im Detail The End day ist different (Screenshot)-
This topic was modified 8 years, 6 months ago by
Nicky Krzyslak.
October 18, 2017 at 2:08 pm #1365670Patricia
MemberHey Nicky,
Thank you for reaching out to us!
That’s odd! I’ve ran some tests but couldn’t reproduce the issue in my own WordPress install.
Could you please let me know if you have a template override in place (on /themes/[your-theme]/tribe-events/ )? If you do, please temporarily rename the directory to something else (like _tribe-events) and check if the problem is solved after that.
If the issue persists, I would recommend you to run a Conflicts Test. You can start the test by temporarily deactivating all of your plugins (except Modern Tribe plugins) and changing your theme to another one like Twenty Seventeen and let us know if the problem is solved after that (don’t forget to backup your database before changing anything).
I hope this helps! Let me know if you have any other questions and I’ll be happy to assist!
Best Regards,
Patricia
October 19, 2017 at 2:35 am #1365819Nicky Krzyslak
ParticipantThis reply is private.
-
This reply was modified 8 years, 6 months ago by
Nicky Krzyslak.
October 19, 2017 at 7:17 pm #1366257Patricia
MemberThis reply is private.
November 7, 2017 at 2:10 am #1376701Nicky Krzyslak
ParticipantThis reply is private.
November 9, 2017 at 3:39 am #1378768Patricia
MemberThis reply is private.
November 13, 2017 at 4:48 pm #1382041Patricia
MemberThis reply is private.
November 26, 2017 at 10:46 pm #1392109Nicky Krzyslak
ParticipantThis reply is private.
November 27, 2017 at 10:29 am #1392733Patricia
MemberThis reply is private.
November 27, 2017 at 11:53 pm #1393438Nicky Krzyslak
ParticipantThis reply is private.
-
This reply was modified 8 years, 5 months ago by
Nicky Krzyslak.
November 27, 2017 at 11:53 pm #1393436Nicky Krzyslak
ParticipantThis reply is private.
November 27, 2017 at 11:53 pm #1393437Nicky Krzyslak
ParticipantThis reply is private.
November 29, 2017 at 3:41 am #1394622Patricia
MemberThis reply is private.
November 29, 2017 at 5:11 am #1394683Nicky Krzyslak
ParticipantThis reply is private.
-
This reply was modified 8 years, 5 months ago by
Nicky Krzyslak.
November 29, 2017 at 4:29 pm #1395363Patricia
MemberHi Nicky,
Thanks! I was able to access your database now. We found out that the start and end dates for your events contain only the date info, whereas we expect date and time. To solve this problem you’ll have to access your Database via PHPMyAdmin (or server) and run the following SQL query:
UPDATE wp_postmeta
SET meta_value = CONCAT( meta_value, ' 12:00:00' )
WHERE meta_key IN (
'_EventStartDateUTC',
'_EventStartDate',
'_EventEndDateUTC',
'_EventEndDate'
)
AND LENGTH( meta_value ) = 10;We were not able to reproduce this issue in our own database/WordPress install so just to help us to identify if this is a bug or not, could you please let us know if you recently migrated your events from one site to another? Or maybe you imported these events from an external source?
Thanks! Please let us know if our proposed SQL query helped you to solve the issue! Also, if you have any other questions at all please feel free to let me know and I’d be happy to help as best I can!
Cheers,
Patricia
-
This topic was modified 8 years, 6 months ago by
-
AuthorPosts
- The topic ‘False Event Date on List, Map, Day View’ is closed to new replies.
