I am using global variable as defined initial value in field [area_id]. after today’s latest upgrade, following error is coming in form application. …“Parse error: syntax error, unexpected ‘’ (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\Program Files (x86)\NetMake\v8\wwwroot\scriptcase\app\sap\form_ad_booking\form_ad_booking_apl.php on line 11891”
line 11891 is as follows … $this->areaid = “” . $_SESSION[‘area_id’] . “” ;
it was working perfectly fine before update. also log files are created while running the form. while clicking the log file, following is message…“Undefined offset: 1 | Script: C:\Program Files (x86)\NetMake\v8\wwwroot\scriptcase\devel\class\generator
mFontePHPForm.class.php linha: 21732” please help…i am stuckup. thnx.
It happens to me too.
The problem was an assignment of global variable in default value for a field.
Solved using the onLoad event instead.
Hello,
This problem has been solved in release 8.1.012.
Please, update your ScriptCase.
Thank you!
this happened after the update today morning…i am not able to open sc…how to update?