This is a bug in the code – they are using short tags <? and ?> in at least one one file (ppibfi_admin.php).
A workaround is to enable short-tags in your php.ini (short_open_tag), or if you like coding, replacing all instances of <? with <?php
I’ll log a ticket with the maintainers, and failing that, make a patch when I have a moment.