Events Calendar Pro Fatal Error

Home Forums Calendar Products Events Calendar PRO Events Calendar Pro Fatal Error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #990845
    Ginny
    Participant

    I received the following error display in the single event:
    Fatal error: Call to undefined function tribe_events_single_event_meta() in /home/ccenstaff/public_html/wp-content/themes/church-event/tribe-events/single-event.php on line 41
    I updated to Events Calendar Pro in addition to updating the basic plugin and, no joy. This is a bug. It’s embarrassing, and since you are charging premium prices for your plugin, I would not expect to see this kind of a boo-boo. Please help asap, as I am live with a site that is displaying a fatal error.

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

    #995368
    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 ‘Events Calendar Pro Fatal Error’ is closed to new replies.