Fatal Error Code on Event Pages. I have up-to-date version of Events Cal Pro

Home Forums Welcome! Pre-Sales Questions Fatal Error Code on Event Pages. I have up-to-date version of Events Cal Pro

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1076253
    Philip Greene
    Guest

    Fatal error: Call to undefined function tribe_events_single_event_meta() in /home/content/p/e/t/petrasite/html/blog/wp-content/themes/church-event/tribe-events/single-event.php on line 41

    #1077007
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar.

    Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.

    The Events Calendar

    If you have purchased a plugin from us, please login and post in the premium forums for that plugin and we can help you out there:

    https://theeventscalendar.com/support/forums/

    Having said that:

    The function giving the fatal error, tribe_events_single_event_meta() was deprecated 18 months ago in 3.6 and removed in 3.11.

    To fix this you need to update your custom template themes/church-event/tribe-events/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' );

    Thanks again!

    #1085243
    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 Code on Event Pages. I have up-to-date version of Events Cal Pro’ is closed to new replies.