Error message 41

Home Forums Calendar Products Events Calendar PRO Error message 41

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1000711
    Ronald
    Participant

    Hi, I am getting an error message on my website on a single page event …

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

    website is http://www.ferniemuseum.com

    #1000720
    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

    #1005254
    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 message 41’ is closed to new replies.