BUG -> loosing the value of globals on a linux server

On a linux server it looses the value of a global or local variable in combination for an insert into…this is very bad

example in a form

$var_id = {id};
$var_name = “Jason”;
sc_exec_sql(“insert into relations (name) values (’$var_name’) where id = $var_id”);

The wil not work in a linux server because the value wil be empty, it looses its value. On a windows pc it will work fine.

In version of SC before the latest it worked fine, now not anymore. Brings me to a point that I have to take care before downloading a new version. But should I test every time everything? It is a lot a work. So donot make it so easy to click om a message that I working with an older version, please.

BIUG BUG BUG its stops the production. I tried on 3 different linux servers, with two different OS. NOWAY ----THIS IS REALY BAD

Strange----no reaction, even not from the sc debug_team…

This smells liek a rights issue. The user that runs your website should have the rights to also write to your database… Just make a simple php script that writes into one of your tables and see if that works… That way you at least know whether it is a scriptcase issue or a php/apache issue (or whatever you use as webserver).

Hi RR, When I write an INTO with values in it, no problem. Only with variables than it does not take them. There is no right problem. On my local dev no problem . On the server ist is BAD.
So there is a PHP issue or something else. My server has PHP 5.xx could that be the issue. Also redirs does not work. Caching?