Daniel Brown <parasane <at> gmail.com> writes:

> 
> On Jan 17, 2008 6:48 PM, Apple7777 <applepro7777 <at> gmail.com> wrote:
> > Another strange thing is I run ImageMajick with system() in a lot 
of scripts on
> > the same server and everything works fine.
> >
> > What is the problem? Do you have any idea?
> 
>     Does the UID (or at least GID) under which PHP is being executed
> have permissions to write to the area you're trying to save the file?
> 
>     Similar to above, does it have the correct permissions to read the
> incoming file?
> 
>     Have both $inputFile and $outputFile been properly defined?  Try
> echo'ing them out just above the (commented-out) system() call line to

> be sure.
> 

Just want to add to my previous post.

I wonder is it possible to run system() command, so mencoder will run as from
root (user "500") and not PHP (user "43").

Maybe that's the problem?

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

Reply via email to