문제

I have problems setting up a cron using CodeIgniter. I've followed the documentation and set up a test cron

* * * * * php /home/USERN/public_html/spider/index.php tools message

But this doesn't work. The output is just the index.php default controller, and not tools/message. When I run it in the terminal on the server, I get the results that I expect. Is there something I am doing wrong, or do I need to change something on the server?

도움이 되었습니까?

해결책

For cPanel servers, in order to for CI to use the URI segments right, You'll have to use

/usr/local/bin/php
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top