Fatal Error Line 42

Home Forums Welcome! Pre-Sales Questions Fatal Error Line 42

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #991795
    Andrew-Knox Kaniki
    Guest

    Hi

    I have installed The Events Calendar and I just got his error on an event page

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

    Kindly help.

    Andrew-Knox

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

    #991822
    Andrew-Knox Kaniki
    Guest

    Hi Brian,

    You are a star. Thanks alot. That worked.

    Have a pleasant weekend ahead and thanks again.

    Kind regards,
    Andrew-Knox

    #991960
    Brian
    Member

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