Fatal Error after Upgrade

Home Forums Calendar Products Events Calendar PRO Fatal Error after Upgrade

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1144731
    Joseph
    Participant

    After upgrading WordPress to 4.5.3 and Events Calendar and Events Calendar Pro to Version 4.2.3
    Now all of my events have this error:
    Fatal error: Call to undefined function tribe_events_single_event_meta() in /data/21/3/68/14/3883177/user/4313538/htdocs/root/wp-content/themes/church-event/tribe-events/single-event.php on line 41

    #1144768
    Brian
    Member

    Hi,

    Sorry for the issues on this.

    I can help resolve this. The function giving the fatal error, tribe_events_single_event_meta() was deprecated 22 months ago in 3.6 and removed in 3.11.

    To fix this you need to update your custom template single-events.php in your theme.

    You want to replace:

    echo tribe_events_single_event_meta();

    with this function:

    tribe_get_template_part( 'modules/meta' );

    Let me know if that resolves the issue for you.

    Thanks

    #1144786
    Joseph
    Participant

    I followed those directions and it’s working again. Thank you!

    #1144791
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fatal Error after Upgrade’ is closed to new replies.