简体   繁体   中英

cron job for codeigniter in parallels cpanel

I am currently using codeigniter in parallels cpanel. I want to setup cronjob. In schedule task section,

command  : wget <website domain>/calendar/performance/?id=1

But my cronjob doesn't work. Any Ideas??

As explained in the documentation http://ellislab.com/codeigniter%20/user-guide/general/cli.html

You should try with something like

path/to/php  -f  /path/to/project/index.php   calendar   performance  1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM