Most newer servers don't support the php shorthand opening tags (<? instead of <?php, and <?= instead of <?php echo)
Change all shorthand opening tags to the normal, long tags.
Should be done.
Should be done.