Posted: January 23, 2018 at 7:50 am
The calendar is showing the event on the correct date, however the event ‘single’ is showing the date one day off. When I try to edit the date of the event, it won’t save the new date. This is currently happening for every event. Any help would be greatly appreciated. (plugin version Version 4.9.55.p) This is what is in my error log: |
|
Hi BrascoMarketingDev, So these are actually two issues. With issue one, it sounds like that may be the result of a plugin conflict where the dates will not save. You can follow this troubleshooting guide to rule out a plugin conflict: https://eventespresso.com/wiki/troubleshooting-checklist/ The fatal error can be easily fixed. You go to edit that page that has the [ESPRESSO_TICKET_SELECTOR] shortcode and either remove the shortcode or add a valid event ID. If your event ID is 12345, your shortcode will be like so: |
|
Is there any reason you can think of that espresso_event_date() would show a different date/time on the event single than it shows on the calendar? Everything shows correctly on the calendar, it’s only off on the event single php file where espresso_event_date() is called. |
|
It appears to be related to the UTC bug that was mentioned in another thread…. |
|
espresso_event_date() will show a different date and time because it only shows the first associated date of the event. The calendar will show every date time associated with the event. You could try swapping espresso_event_date() with espresso_list_of_event_dates(). |
|
Please don’t use UTC timezones. Event Espresso needs a timezone that matches a nearby city. Please see this post for more information: |
|
Yes, I was able to fix it after reading someone else’s post. Thanks |
|
The support post ‘Event Showing One Day Off’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.