Error on all Event Page

Home Forums Calendar Products Events Calendar PRO Error on all Event Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1004070
    Diane
    Participant

    I am getting the following error on all my event pages:

    Fatal error: Call to undefined function tribe_events_single_event_meta() in /home/content/54/8993854/html/beta/wp-content/themes/church-event/tribe-events/single-event.php on line 41

    Here is a sample event page:
    http://bridgepointe.tv/event/sunday-service-9-2015-09-13/?preview=true&preview_id=23728&preview_nonce=b4ea3938bf

    Not sure what to do????

    Diane

    #1004153
    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 14 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

    #1008919
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Error on all Event Page’ is closed to new replies.