Compiler/ Interpreter writing to scripts!

cws_support

Member
Aug 24, 2006
15
0
151
Hello:
This seemed to start after a routine software update.
All of a sudden, my client's PERL script is being overwritten. And another client's PHP script is being overwritten. (The permissions for the files and folders are 755, By the way)
Here is what I mean:

The script is written:
$referer = $ENV{'HTTP_REFERER'};

When the script is invoked, it gives a fatal error. When I look at the script, it says this!


Another client is having a similar problem with a PHP script. Her variable is being replaced by its value!

Any guidance will be greatly appreciated!
 

ujr

Well-Known Member
Mar 19, 2004
290
0
166
perl scripts should be chowned to the owner:eek:wner and 755 otherwise it'll give an error.