Parse error persists even with all event php code commented out

I get
Parse error: syntax error, unexpected ‘if’ (T_IF), expecting function (T_FUNCTION) in /opt/NetMake/v9/wwwroot/scriptcase/app/IbienaSchoolAdmin/app_login/app_login_apl.php on line 1544
even with all php code commented out
when I run an application.

Is there any resetting to be done?
sawjer

Your error can be in almost any place… the generated code is always complex to interpretate. One excellent tool is to see the source code, (application menu -> source code) to get to the line 1544. There is always a unclosed braket, missing semicolon or something else.

You can also backup the aplicacion and clear the event code. Give it a try.