Hello,
Normally this error is present when you have a set of mismatched single(') or double(") quotes in your PHP code. When PHP displays an error like this, it should give you a specific line number and file name where you can find the error. If you start by looking at the first few lines of code above and below the line of code specified in the error, that should help you find the mismatched quotes.
Sincerely,
... View more