Hi Ezzionline
It's been a while since we had one of these ;-)
Parse errors usually occur because something is missing (bracket, curly bracket, semi-colon etc.) on the PREVIOUS line to the line mentioned in the error message.
If you are using XML, and it looks like you are, the parse error may be due to invalid content in the XML file, but that would then throw an Expat error, if you have coded to show Expat errors.
HTH
Norm