No I have Safe_Mode = off. I also have error_reporting = E_ALL and
display_errors = on and I have php errors to log to a log file. I have no
log file of php errors nor is there an error being display on the page.

Geez this is frustrating, yeah that's what I figure but you would think
there can be something done about this or at least get some error message to
determine what is going on.

> btw have you checked if you are in safe_mode? in php.ini
> error level can also be set in php.ini
> 
> my guess is that you have a problem in your chroot setup.

> Adam Douglas wrote:
> 
> >Mmm... okay. I tried that and nothing. Is there no way for 
> me to determine
> >what the problem is? Error message some place, log file, 
> etc? I do not
> >understand why this is not work. Even a simple example from 
> the PHP manual
> >on system() does not work.
> >
> >  
> >
> >>I meant to do this:
> >>
> >>$szPipe = `/htdocs/gs -q
> >>-dNOPAUSE -dBATCH -sDEVICE=pdfwrite
> >>-sOutputFile=/htdocs/merged.pdf /htdocs/Sep08-113518.pdf
> >>/htdocs/Sep08-113523.pdf`;

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to