Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Brian

    (@brianjessee)

    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 24 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

    Thread Starter Sandson Costa

    (@sand20)

    Ah ok! I’ll see it and check. Thank you friend!
    I will check and get back here to say if I could or not.

    Thread Starter Sandson Costa

    (@sand20)

    I’m sorry, the error is because I have the PRO version or current?
    I just have a free version. The problem would basically it or not?

    Thread Starter Sandson Costa

    (@sand20)

    the version of The Event Calendar is the 4.2.1.1

    Thread Starter Sandson Costa

    (@sand20)

    How cool!

    Friend Brian, it worked, did it! I am very happy! This plugin is really very great!

    Thanks!

    Thread Starter Sandson Costa

    (@sand20)

    Resolvido.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘FATAL ERROR: CALL TO UNDEFINED FUNCTION TRIBE_EVENTS_SINGLE_EVENT_META() IN D:’ is closed to new replies.