当我通过ssh运行命令时,cron将工作正常但不通过capnel工作。抛出以下错误
capnel中的通知(8):未定义的变量:argv [ROOT / bin / cake.php,第31行]
代码
<html> <body> <div id="box" style="width:80%;background:red;"> <table> <tr> <td><img src="http://i.imgur.com/NaCmGyX.jpg" style="width:50px;height:50px;border-radius:50%;"></td> <td><b>John McDerpenstein</b></td> <td><p> A blurb goes here </p></td> </tr> </table> </div> <script src="jquery-1.12.3.min.js"></script> <script> $('img').click(function(e) { console.log(e); }); </script> </html>
上下文
include dirname(__DIR__) . '/config/bootstrap.php';
cron命令是
$_GET = [
'/home/ddule/public_html/bin/cake_php' => '',
'shellname' => '',
'methodname' => ''
]
任何建议。
答案 0 :(得分:-1)
尝试启用帐户访问权限并再次检查。