Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting cron job using codeigniter

I have a function that I want to execute through cron. If I simply hit the url www.example.com/TestProjects/codeigniter/controller/function

This function executes fine, if I set it on cron does not work.

I tried setting this as

public_html/TestProjects/codeigniter/controller/function

and this through such error message

public_html/TestProjects/codeigniter/controller/function: Not a directory

Can anyone help me how to set this on cron?

like image 872
Deepak Sharma Avatar asked May 13 '26 23:05

Deepak Sharma


1 Answers

**   hi dude try this **

curl http://nztdemo.com/TestProjects/ERP/cron/index

like image 66
user3840898 Avatar answered May 16 '26 16:05

user3840898