Topic: functions.php
Almost always when I change something in functions.php, the following error occurs:
Parse error: parse error, unexpected T_VARIABLE, expecting ';' in <mysite>forum/include/functions.php on line 1111
That line is a for-loop at the end (I didn't even edit anything there) of the file and the error is still there even if I undo all my changes.
Help???