I keep getting the error message in my posts for Event Calendar Pro

Home Forums Calendar Products Events Calendar PRO I keep getting the error message in my posts for Event Calendar Pro

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #996718
    destination church
    Participant

    Fatal error: Call to undefined function tribe_events_single_event_meta() in /home/destinationcm/destinationcm.org/wp-content/themes/church-event/tribe-events/single-event.php on line 41

    http://destinationcm.org/event/womens-connect-group/2015-08-31/
    Can someone address this please?

    • This topic was modified 10 years, 9 months ago by destination church. Reason: forgot to add link
    #996802
    Josh
    Participant

    Hey,

    Thanks for reaching out to us!

    It looks like your theme has customizations in it that utilize a function that has become deprecated from our plugin. That is to say, your theme is now using a function that no longer exists which is causing the fatal error.

    The best way to address this would be to replace the call to the function within the file at /wp-content/themes/church-event/tribe-events/single-event.php within your theme:

    
    echo tribe_events_single_event_meta();
    

    with:

    
    tribe_get_template_part( 'modules/meta' );
    

    Let me know if this helps.

    Thanks!

    #1000865
    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 ‘I keep getting the error message in my posts for Event Calendar Pro’ is closed to new replies.