Update broke plugin -event pages do not work

Home Forums Calendar Products Events Calendar PRO Update broke plugin -event pages do not work

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #989212
    Donald
    Participant

    Fatal error: Call to undefined function tribe_events_single_event_meta() in /home2/nomtlcbd/public_html/tlcbd.org/wp-content/themes/Rive_Theme/tribe-events/single-event.php on line 32

    I can not find a file with that name: tribe_events_single_event_meta()

    #989215
    Donald
    Participant

    well deleuted the file did it,.

    #989247
    Dan
    Participant

    Donald did you get a resolution to this? i’ve the same problem

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

    #994177
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Update broke plugin -event pages do not work’ is closed to new replies.