Yes, enabling short tags in PHP 8.2 was the answer. Thanks!
As mentioned earlier, this snippet works under PHP 7.4 and stops working at PHP 8.
<?php>
?>
<br />
<strong>Year(s):</strong> <? the_field('start_year'); ?>-<? the_field('end_year'); ?><br />
<strong>Bill Fulton role:</strong> <? the_field('bill_fulton_role'); ?><br />
<strong>Production:</strong> <? the_field('production'); ?><br />
<strong>Episode:</strong> <? the_field('episode'); ?><br />
<strong>Media Category:</strong> <? the_field('category'); ?><br />
<strong>Production Co:</strong> <? the_field('production_co'); ?><br />
<strong>Director/Producer:</strong> <? the_field('dir-prod'); ?><br />
Advanced Custom Fields 6.2.3
WPCode Lite 4.1.13
No error found in error logs