Unexpected Erors in BLANK App

I have super simple Blank App with only few lines of code

if([par_selected]==1){
    $value = 0;
}else{
    $value = 1;
    }
$sql = "UPDATE ins_customers SET selected = ".$value." WHERE CustomerID = '".[glo_customerid]."'";
sc_exec_sql($sql);

sc_redir(grid_customers11.php);

When I generate my project I get this wired Error pertraining to GoJS Libs, although there is nothing related to it in the App.

[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“title”:“2018-12-11 18_19_48-ScriptCase - Development - admin.jpg”,“data-attachmentid”:85687}[/ATTACH]

Any ideas how to deal with this crap ?

2018-12-11 18_19_48-ScriptCase - Development - admin.jpg

I WANT TO HEAR OFFICIAL STATEMENT FROM NETMAKE ABOUT GoJS LIBRARIES - what do we supposed to do the have existing projects working ?
(with OR without GoJS libraries).

Hello Mr. Arthur Klisiewicz,

make sure you are not using the LIBS GOJS library.

The lord go to the scriptcase / app / “project_name” path delete your project is then generate the complete source code of the complete project.

What if you just do this?

$sql = "UPDATE ins_customers SET selected = ‘$value’ WHERE CustomerID = ‘[glo_customerid]’ ";
sc_exec_sql($sql)

Eduardo Kahn

Bug Tracker Team - you said: "make sure you are not using the LIBS GOJS library "

HOW AM I SUPPOSED TO MAKE SURE I DO NOT USE IT ???