Forums
(@digitalrethink)
8 years ago
Had the same problem and tried a million different things. What worked for me was commenting out the “<?php” tag instead of removing it.
It ends up looking like this: //<?php [the php code] ?>
Hope it helps.