• Resolved colwynbay

    (@colwynbay)


    Hi,

    I am getting the following error on my webpage “Deprecated: tribe_get_view is deprecated since version 5.13.0! Use On version 6.0.0 this function will be removed. Please refer to https://evnt.is/v1-removal for template customization assistance. instead. in ….functions.php on line 5316”

    Despite going into the Settings-Display-Use updated calendar designs ticked.

    Is there anything else I need to do?
    It only appears when I click on an event as ticking the box removed the error from the calendar/events page.

    Many thanks in advance.

    • This topic was modified 4 years, 3 months ago by colwynbay.
    • This topic was modified 4 years, 3 months ago by colwynbay.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello!

    Thanks for getting in touch, and sorry to hear about your experience.

    It seems like a function that you’re using in functions.php is calling on a V1 function, which is resulting in the error that you’re using.

    So there are 2 solutions to this:
    1. Remove those customizations, or
    2. Look at our Dev Docs / Customization KBs and review the customization using the latest and greatest functions.

    I hope that helps answer your question. If you have follow-up questions regarding this topic, please let us know, and we’ll be more than happy to help.

    Kind regards,
    Allen
    TEC Support

    Plugin Author Gustavo Bordoni

    (@bordoni)

    Hi @colwynbay,

    This might have been due to a new View calling a method when it shouldn’t, in your case if you add the code below to your functions.php you should prevent that from happening.

    
    add_filter( 'tec_events_views_v1_should_display_deprecated_notice', '__return_false' );
    
    
    Thread Starter colwynbay

    (@colwynbay)

    Brilliant πŸ™‚

    Many thanks for your prompt assistance guys. Very much appreciated.

    @colwynbay you’re very welcome! Is there anything else that I can help you with before I close this thread?

    I to get this error, breaking my site. I’m using the Avada theme.

    Plugin Author Gustavo Bordoni

    (@bordoni)

    Hi @trl,

    We have a release coming out today that will resolve that particular problem. I haven’t tested with Avada just yet, but it should solve the issue.

    Best Regards

    Hi @trl

    I just wanted to let you know that we have released a fix for this. Please update to the latest version to apply this fix. Let us know if you still have trouble!

    Wolf Bishop
    The Events Calendar Support

    i also get this error after update the calender plugin in avada

    the events page is broken
    and the event detail pages are broken

    everything up to date

    avada 7.6.1
    wordpress 5.9.2
    the events calender 5.14.0.4

    pls help

    i found the solution in another support ticket

    >> As a first step, I would recommend heading over to Global options > Performance in Avada and turning off the Combine Third Party CSS file option

    https://ww.wp.xz.cn/support/topic/avada-theme-and-datepicker-conflict/

    worked for me

    Hi all, followed the given suggestions, still having this error. Event calendar is on release 5.14.1

    Only this workaround with add_filter suppresses it until next update. πŸ™

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Depreciation Error despite update’ is closed to new replies.