One of my fellow members has come up with a solution to our problem, which is:
Change line 61 in single-event.php FROM:
<?php echo tribe_events_single_event_meta() ?>
TO:
<?php tribe_get_template_part( 'modules/meta' ) ?>
which seems to have restored everything to as it should be. I’m posting this in case anyone else has a similar problem.
Susan