This error is typically caused by a missing { used in PHP to denote content belonging to a WHILE, IF, or FOR loop.
Tip: You can use File Manager's Code Edit feature (in lieu of regular Edit). This special Code Edit will colorize your programming language, and can also quickly identify related pairs of brackets like { and }.