3.11 upgrade Fatal error: on my individual events listing

Home Forums Calendar Products Events Calendar PRO 3.11 upgrade Fatal error: on my individual events listing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #989596
    Steve Woods
    Participant

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

    Is the exact error. Have added the Advanced Post Manager as well after the upgrade.

    Have re-saved all the options in settings.

    site is http://carefreecavecreek.org/events/

    No other changes to the site have been made, events were working before the upgrade.

    #989602
    Brian
    Keymaster

    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

    #989702
    Steve Woods
    Participant

    Excellent call Brian! Fixed it right up.

    Thanks for your quick and accurate response!

    #989821
    Brian
    Keymaster

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘3.11 upgrade Fatal error: on my individual events listing’ is closed to new replies.