我在无法正常工作的 codeigniter 中从 cpanel 添加了 cron
I added cron from cpanel in codeigniter that's not working
我尝试从以下 cpanel 添加 cron 作业 url
每分钟并添加命令为
/usr/local/lib/php /home/bestofwo/public_html/index.php pilots/rouwadvertenties RouwmediaAPI ImportTest
类似如下
/usr/local/bin/php -f /home/{cpanel_user}/public_html/index.php 控制器函数
但 cron 不是 运行...我如何从 cpanel 检查?
尝试在日志文件中重定向您的 cron 输出并检查您的 cron 是否有任何错误。
/usr/bin/php -q /home/{cpanel_user}/public_html/index.php >> cron.log
我尝试从以下 cpanel 添加 cron 作业 url 每分钟并添加命令为 /usr/local/lib/php /home/bestofwo/public_html/index.php pilots/rouwadvertenties RouwmediaAPI ImportTest
类似如下 /usr/local/bin/php -f /home/{cpanel_user}/public_html/index.php 控制器函数
但 cron 不是 运行...我如何从 cpanel 检查?
尝试在日志文件中重定向您的 cron 输出并检查您的 cron 是否有任何错误。
/usr/bin/php -q /home/{cpanel_user}/public_html/index.php >> cron.log