Fatal Error

Home Forums Calendar Products Events Calendar PRO Fatal Error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1018916
    Annette
    Participant

    When I click on an event, the event displays, but upper right hand corner of the page I’m getting this error:
    Fatal error: Call to undefined function tribe_events_single_event_meta() in /home/pleasan/public_html/wp-content/themes/church-event/tribe-events/single-event.php on line 41

    why?

    Home

    #1019020
    George
    Participant

    Hey @annette,

    This error is unfortunately coming from your theme’s customized version of the single-event.php template for The Events Calendar. It’s using a function that has long been deprecated, and it was deprecated so many versions ago that we recently finally removed it.

    Please contact your theme developer immediately to get this fixed! They should be able to help with updating their custom template and replacing that non-existent function.

    The function should be replaced with this now instead:

    tribe_get_template_part( 'modules/meta' );

    I hope this helps! Keep us posted on things.

    Cheers,
    George

    #1024151
    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 ‘Fatal Error’ is closed to new replies.