Hey @annette,
This error is unfortunately coming from your theme’s customized version of the single-event.php template for The Events Calendar. It’s using a function that has long been deprecated, and it was deprecated so many versions ago that we recently finally removed it.
Please contact your theme developer immediately to get this fixed! They should be able to help with updating their custom template and replacing that non-existent function.
The function should be replaced with this now instead:
tribe_get_template_part( 'modules/meta' );
I hope this helps! Keep us posted on things.
Cheers,
George