Re: [PHP] exec/system on FreeBSD help?

2002-04-01 Thread Jeff D. Hamann
got it figured out. permissions. "Miguel Cruz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 1 Apr 2002, Jeff D. Hamann wrote: > > I tried some small script like exec("ls -la") and that worked. I then > > tried system( "/usr/local/bin/pdflatex temp/re

Re: [PHP] exec/system on FreeBSD help?

2002-04-01 Thread Jeff D. Hamann
so then I tried system( "/usr/local/bin/pdflatex /usr/local/www/html/project_x/temp/report_file" ); i think this is a write premission thing. yes, it's where I think it is "Miguel Cruz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 1 Apr 2002, J

Re: [PHP] exec/system on FreeBSD help?

2002-04-01 Thread Miguel Cruz
On Mon, 1 Apr 2002, Jeff D. Hamann wrote: > I tried some small script like exec("ls -la") and that worked. I then > tried system( "/usr/local/bin/pdflatex temp/report_file" ); to try and > diagnose the problem, and got "Fatal Error occured, I can't write on > file 'report_file.log', suggesting tha