I?m working with scriptcase 8.00.0009, and the last update broke the form generation. When I create any form and run it, scriptcase sho this erro message:
Parse error: syntax error, unexpected ‘[’, expecting identifier (T_STRING) or variable (T_VARIABLE) or ‘{’ or ‘$’ in C:\Program Files (x86)\NetMake\v8\wwwroot\scriptcase\app\aguara\form_Escuelas_1\form_Escuelas_1_apl.php on line 2376
Any idea to solve this problem?
[QUOTE=mariow;27559]I?m working with scriptcase 8.00.0009, and the last update broke the form generation. When I create any form and run it, scriptcase sho this erro message:
Parse error: syntax error, unexpected ‘[’, expecting identifier (T_STRING) or variable (T_VARIABLE) or ‘{’ or ‘$’ in C:\Program Files (x86)\NetMake\v8\wwwroot\scriptcase\app\aguara\form_Escuelas_1\form_Escuelas_1_apl.php on line 2376
Any idea to solve this problem?[/QUOTE]
I don’t have this issue and running the same SC version. But this error is pointing to the generated code for your form. If you go to view -> sourcecode you can check what the problem is. Most of the time it will show you where in your (event) code the problem is. No guarantees as there might be a bug somewhere, but it’s worth a try.
Hi Albert,
Thanks by answer.
Yes, I have different fields declared on primary field and unique key.
Solved, thanks