Parse error: syntax error, unexpected T_STRING

On our OCS, all of our conferences are now showing a blank page when clicking on “Reviewer”, the error message reads:

Parse error: syntax error, unexpected T_STRING in
/chroot/home/educocs/conferences.educ.ubc.ca/html/classes/submission/reviewer/ReviewerAction.inc.php
on line 99

I found the ReviewerAction.inc.php file (although the breadcrumb wasn’t quite the same), but am not entirely sure which is line 99 and/or how to determine what the error is and fix it.

We have an open conference right now so this is a bit urgent. Has anyone experienced this, and/or has a solution?

There has probably been an inadvertent change made to that file.

In 2.3.6, that line looks like:

Open the file in an editor that supports line numbering, such as vi on the command line or NoteTab in Windows. Compare your line 99 to the original.

Post the lines around line 99 here if you need further help identifying the mistaken edit.

Fantastic ctgraham, that did the trick beautifully!