Fatal Error: Call to undefined method Tribe_Register_Meta

Home Forums Calendar Products Events Calendar PRO Fatal Error: Call to undefined method Tribe_Register_Meta

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1008412
    Bauserman
    Participant

    The list view of my calendar is throwing a fatal error message that reads:

    Fatal error: Call to undefined method Tribe_Register_Meta::gmap_link() in /home/mspark/public_html/wp-content/themes/gameplan/tribe-events/list/content.php on line 105

    When you click into the event the information appears normal.

    #1008582
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    It looks like you are getting a fatal error from a custom template in your theme from a method that was deprecated 16 months ago and removed in 3.12.

    So on this file:

    /home/mspark/public_html/wp-content/themes/gameplan/tribe-events/list/content.php

    on line 105

    change this

    Tribe_Register_Meta::gmap_link()

    to this:


    <?php if ( tribe_show_google_map_link() ) : ?>
    <?php echo tribe_get_map_link_html(); ?>
    <?php endif; ?>

    Not sure if you need the php tags there or not as that function is typically not found there.

    Anyway let me know how that works out.

    Thanks

    #1013100
    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: Call to undefined method Tribe_Register_Meta’ is closed to new replies.