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
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' );
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.
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. π