tribe_get_custom_field() failing after update to 4.4.32

Home Forums Calendar Products Events Calendar PRO tribe_get_custom_field() failing after update to 4.4.32

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1635331
    Drew
    Participant

    I am using calls like this throughout my site:

    <?php echo tribe_get_custom_field(‘Credits’); ?>

    After updating to 4.4.32 the homepage event listing and individual events fail to load with a 404. We have multiple shows on sale currently and cannot have the site offline.

    I see from other threads that this call may now be deprecated but I can’t find any clear info on exactly what the change needs to be in my code to get things back online again.

    How can I adjust the code or roll back to the previous version in a hurry?

    ========================
    PLEASE LEAVE FOR SUPPORT
    Reporting the same issue as: https://theeventscalendar.com/support/forums/topic/call-to-undefined-function-tribe_get_custom_field-after-update-to-4-4-32/

    #1635374
    Drew
    Participant
    #1636879
    Cliff
    Member

    Hi, Drew. I’m glad you found the solution.

    Whenever troubleshooting, it’s best to edit your wp-config.php file to enable WP_DEBUG and WP_DEBUG_LOG (which will create a file on your server at /wp-content/debug.log if there are any WP_DEBUG messages)… and using deprecated functions would appear here, usually telling you the replacement function to use instead.

    Please let me know if you have any follow-up questions on this topic.

    #1648790
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘tribe_get_custom_field() failing after update to 4.4.32’ is closed to new replies.