Fatal Error

Home Forums Calendar Products Events Calendar PRO Fatal Error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #989248
    Dan
    Participant

    Hi Guys just got the following error on my site, please help
    Fatal error: Call to undefined function tribe_events_single_event_meta() in /home/dxtraini/public_html/wp-content/themes/fitness-wellness/tribe-events/single-event.php on line 42

    if you need any more info please ask.

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

    #994178
    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.