codeigniter – weird Message: syntax error, unexpected end of file

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 }?>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.