Cron Job

Status
Not open for further replies.

djalam

Member
Messages
89
Reaction score
2
Points
8
Hi
I been having problem making the cron work for a while, I'm using a php script to test by sending me an email if it works. But nothing so far, the script works fine so that's not the problem. The Command i'm using for the cron test is

/usr/bin/php -f /home/djalam/public_html/crontest/cron1.php

For Testing purposes I Have it to Run Every 5 mins,

But nothing so far, I'm On Chopin, If anyone can check weather cron(d) is enabled it be nice..Thanks
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
I use a command line like:

Code:
/usr/bin/php /home/igor/public_html/mycronjob.php >> /home/igor/public_html/mycronlog.txt 2>&1

to trap output & errors.

Chopin's cron daemon was down for a bit. It is running now.
 

djalam

Member
Messages
89
Reaction score
2
Points
8
ok thanx, i just got the email now, thanx

This Thread Can Be Closed Now
 
Last edited:
Status
Not open for further replies.
Top