exec() runs via command line but not web

前端 未结 4 2157
感情败类
感情败类 2021-01-25 20:31

I have a PHP script involving exec() that will run fine from the command line but not in a web context. The script is simply this:



        
4条回答
  •  梦谈多话
    2021-01-25 21:06

    Your web server probably (correctly) doesn't have the appropriate permissions to write to a home directory.

提交回复
热议问题