Cronjobs now not working

Cronjobs now not working

Posted by: basketmen
Posted on: 2008-03-30 16:17:00

Hi guys, a few months ago i use this command in cron jobs and its working for few months

/usr/local/bin/php /home/.juice/username/domain.com/files.php



but suddenly its not working since 2 months ago, its said in email it cant find the files like this "No Files Dir foundNo Files Dir found"





then i try this
/usr/bin/wget /home/.juice/username/domain.com/files.php


but its still not working, and get this error message in email "Unsupported scheme"

i believe i write the correct path



please share what command that you using in your cron jobs ?



Re: Cronjobs now not working

Posted by: sdayman
Posted on: 2008-03-30 16:35:00

Two things for starters:
Get rid of .juice in the path. It does more harm than good.

Do the wget to http://www.domain.com/files.php and see how that works.

It may be an issue of PHP4 vs. PHP5, but my first thought is the path.

-Scott

Tags: cron jobscorrect pathusr binerror message