error message

Home Forums Calendar Products Events Calendar PRO error message

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1025366
    Tony
    Participant

    The calendar on my website has this error:
    Fatal error: Call to undefined function tribe_events_single_event_meta() in /homepages/0/d362946408/htdocs/EBBC/wp-content/themes/church-event/tribe-events/single-event.php on line 41

    #1025378
    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 16 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

    #1025393
    Tony
    Participant

    Yes! That fixed it. Thank you so much!!

    #1025497
    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 ‘error message’ is closed to new replies.