我正在使用Codeigniter 3并使用cPanel运行Cron作业。
我输入了这样的命令:
php /home/name/public_html/ convert
为我的控制器加载页面时,我不需要包含index.php
,所以我没有在上面的路径中包含它。 convert
是我的控制器的名称。
使用上述命令时收到404 Not Found
。如果我将其更改为:
php /home/name/public_html/index.php convert
我收到了这个错误:
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Undefined index: REQUEST_METHOD</p>
<p>Filename: core/Security.php</p>
<p>Line Number: 208</p>
我不确定我做错了什么。有人看到我在做什么有什么问题吗?
答案 0 :(得分:2)
我不得不诉诸于
curl http://example.com/controller/function