Cron don't work

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
On Chopin,

Using the Cron Jobs link from cPanel,

Unix settings, set to mail to my hotmail account,

Timing:

Code:
*/5 * * * 0,1,2,3,4,5

Command:

Code:
wget -q -O - http://mysite.x10hosting.com/mycronjob.php >> /home/myusername/etc/cronout.txt

works fine.

Some ideas.
1. Make sure that the email address is set properly and will recieve x10 mail.
2. Try editing the cron.php file so that it throws an error, see if that is reported
3. What server are you on?
4. Make sure target directory is writeable.
5. Make sure your script works from the web.
 
Top