An uncaught Exception was encountered Type: ParseError Message: syntax error, unexpected end of file
I had a closing condition with
<?}?>
had to change to
<?php }?>
An uncaught Exception was encountered Type: ParseError Message: syntax error, unexpected end of file
I had a closing condition with
<?}?>
had to change to
<?php }?>