Hi,
Sorry for the issues you are having. I can help troubleshoot this with you.
It looks like your theme includes a function from our plugin, but did not rename it to something unique.
You can try renaming this function:
tribe_is_event_category()
In this file:
/wp-content/themes/incarnation/config-events-calendar/the-events-calendar/public/template-tags/query.php
To
incarnation_tribe_is_event_category()
That should stop the error, but but I am not sure what else is might change in your site.
Since this is your theme’s coding I would see about also contacting them to see what they can do to help as they are more familiar with it.
Let me know if you have any follow up questions.
Thanks