从crontab运行system()不会打开该文件。 PHP

时间:2015-01-07 17:00:56

标签: php centos exec crontab shell-exec

从crontab运行system()会返回错误"无法打开文件" 路径是正确的。 crontab内容:

## test
* * * * * /usr/bin/wget -O /dev/null http://example.org/testshell.php

php里面的testshell.php:

$last_line = shell_exec('php /var/www/html/shellrun.php', $retval);

如果我从php CLI运行它,效果很好。但如果crontab调用testshell.php,则shellrun.php不会启动。 我得到它给我发电子邮件错误,它说"无法打开文件" 任何想法/想法? 谢谢!

0 个答案:

没有答案