Cron jobs not working

thund33r

New Member
Messages
6
Reaction score
0
Points
0
I'm having a lot of difficulties with setting up my cron jobs, I tried lots of different commands but none seems to work, please help

I have a working php file, if i go to website/ct.php it runs & email(php function is to send email..) is delivered, but however it doesnt work with cron jobs.

I tried lots of different commands i searched over the forum but they just don't work... HELP
 

acmobile

New Member
Messages
1
Reaction score
0
Points
0
I have the same problem, however mine used to work, then all of a sudden they stopped. Anyway, here is a sample that I know USED to work:
*/5 * * * * php -q /home/username/dir/script.php

That will execute script.php every 5 minutes.

Good luck!
 
Top