strange error

since downloading the latest scriptcase I get this error when trying to run a very simple grid

2 = in_array() expects parameter 2 to be array, null given
C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\devel\lib\php\functions.inc.php 5233

I am very new at this and am lost
Can someone help please
John

Looks like you have some problems in your custom code. To trace down you could try to look into the php app, but it will probabely be scrambled. But if it isn’t you can track down where the issue arises. Other option is to partly remove your custom code (save it in Notepad(++) or whatever to be able to recover easily) and try to run again. Then by partly moving the code back you get an idea when the issue occurs and where you have to seek for your error. If it’s a bare application, then try to recreate it under a different name.

Same issue here. Simple grid. Brand new project. No custom code. The project has 2 forms and a grid. Contact_type has 1 field. Contact has 3 fields.

Clear your browser cache after scriptcase updates …

Thank you for your help