Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Bug Found, Ticket Doesn't Display Start and End Date/Time | Event Espresso - Staging Server

Support

Home Forums Ticketing Bug Found, Ticket Doesn't Display Start and End Date/Time

Bug Found, Ticket Doesn't Display Start and End Date/Time

Posted: December 1, 2012 at 1:47 am

Viewing 1 reply thread


cstuckey

December 1, 2012 at 1:47 am

On the latest version of the Espresso Ticketing plugin the ticket will not display the start and end times for the event. I have also found the cause and fix for this. In the espresso-ticketing plugin, in functions.php (line 347 to 350) you currently list the short codes as follows:

event_date_display($data->attendee->start_date), event_date_display($data->attendee->event_time, get_option(‘time_format’)), event_date_display($data->attendee->end_date), event_date_display($data->attendee->end_time, get_option(‘time_format’)),

It should be changed to:

//Dates event_date_display($data->event->start_date), event_date_display($data->event->event_time, get_option(‘time_format’)), event_date_display($data->event->end_date), event_date_display($data->event->end_time, get_option(‘time_format’)),

  • This topic was modified 12 years, 1 month ago by cstuckey.
  • This topic was modified 12 years, 1 month ago by cstuckey.


Dean

  • Support Staff

December 3, 2012 at 5:01 am

Thanks! I will pass that onto the devs to look into.

Viewing 1 reply thread

The support post ‘Bug Found, Ticket Doesn't Display Start and End Date/Time’ 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.

Event Espresso - Staging Server