CodeIgniter Forums
How to write a cronjob command - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to write a cronjob command (/showthread.php?tid=28597)



How to write a cronjob command - El Forum - 03-16-2010

[eluser]max123[/eluser]
I have written a cron job in cpanel and activated for each minute for testing. But I receive an email saying the 'No such file or directory' .

This is my path

php/home/mywebsite/public_html/seeker/function1/

'seeker' is the comtroller. 'What might be the reason


How to write a cronjob command - El Forum - 03-16-2010

[eluser]Mat-Moo[/eluser]
Use http://codeigniter.com/wiki/Cron_job_bootstrapper/


How to write a cronjob command - El Forum - 03-16-2010

[eluser]Zeeshan Rasool[/eluser]
Hi, few days ago i also did this job and i just made a php file in which i write all my functionality and upload it on root.
what i did


How to write a cronjob command - El Forum - 03-16-2010

[eluser]max123[/eluser]
Thanx all. I found another way to activate a cron job

wget -O - -q -t 1 http://www.domain.com/controller/function

this also works finely.


How to write a cronjob command - El Forum - 03-17-2010

[eluser]Zeeshan Rasool[/eluser]
hmmm informative !!