| 
 Posted by gosha bine on 09/14/07 08:49 
On 14.09.2007 10:47 marco.minerva@gmail.com wrote: 
> Hi all! 
>  
> Within my PHP page (on an Apache webserver), I must call a shell 
> program that saves a file to disk. The program is executed correctly, 
> but nothing is saved; I think this is a permission problem. I can't 
> modify the program, so there is a way to solve the problem? 
>  
> Thanks in advance. 
 
 
Append 2>&1 to your command line and look what it says. 
 
 
--  
gosha bine 
 
makrell ~ http://www.tagarga.com/blok/makrell 
php done right ;) http://code.google.com/p/pihipi
 
[Back to original message] 
 |