When I install new Joomla and my component are in Joomla 2.5x and I am updating Joomla 3x version but in front-side I get an error:
Ex:syntax error, unexpected end of file
When I install new Joomla and my component are in Joomla 2.5x and I am updating Joomla 3x version but in front-side I get an error:
Ex:syntax error, unexpected end of file
As i have investigated with that above error you have posted, they might be a two reason for that, either the component not install correct or In the code you have missed the curly prases at the end of the php file.
So there is two steps which overcome this problem,
1) Reinstall the component which solve this issue.
2) Find the exact file and found that might be syntactically not correct (i.e, <?php} {?> and <? ).
Please avoid <? and use <?php and keep spaces at curly braces (i.e, <? } ?> instead of <?php } ?>
go to php.ini then find short_open_tag= Off set to short_open_tag= On
If you want further more, please check this links ComponentReinstall Link2
Thanks & Regards, Kaif