Re: [PHP] Can't run PHP cli script from Cron

2003-02-28 Thread Ernest E Vogelsinger
At 05:30 28.02.2003, Justin Michael Couto said: [snip] Here is my crontab entry: * * * * * /path/to/file/file_name.php I also have * * * * * /path/to/file/bash_test_script [snip] Did you try to run the php

RE: [PHP] Can't run PHP cli script from Cron

2003-02-28 Thread Justin Michael Couto
: Friday, February 28, 2003 12:55 AM To: Justin Michael Couto Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Can't run PHP cli script from Cron At 05:30 28.02.2003, Justin Michael Couto said: [snip] Here is my crontab entry: * * * * * /path/to/file/file_name.php I

Re: [PHP] Can't run PHP cli script from Cron

2003-02-28 Thread R'twick Niceorgaw
:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 12:55 AM To: Justin Michael Couto Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Can't run PHP cli script from Cron At 05:30 28.02.2003, Justin Michael Couto said: [snip] Here is my crontab entry

RE: [PHP] Can't run PHP cli script from Cron

2003-02-28 Thread Justin Michael Couto
Message- From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:44 AM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Can't run PHP cli script from Cron Shouldn't it be #!/usr/local/bin/php Or was it just a typo here? - Original Message - From: Justin

Re: [PHP] Can't run PHP cli script from Cron

2003-02-28 Thread Ray Hunter
You might want to post some code so we can see why it is not running... What do you get when you run the code from the commandline? -- Ray On Thu, 2003-02-27 at 21:30, Justin Michael Couto wrote: I am trying to run a PHP CLI script from cron using PHP 4.3 and FreeBSD 5.0 This is what I

RE: [PHP] Can't run PHP cli script from Cron

2003-02-28 Thread CodersNightMare
, 2003 9:44 AM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Can't run PHP cli script from Cron Shouldn't it be #!/usr/local/bin/php Or was it just a typo here? - Original Message - From: Justin Michael Couto [EMAIL PROTECTED] To: 'Ernest E Vogelsinger' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

RE: [PHP] Can't run PHP cli script from Cron

2003-02-28 Thread Justin Michael Couto
SCRIPT == Any more suggestions would be greatly appreciated. Justin -Original Message- From: CodersNightMare [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 10:32 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Can't run PHP cli script from Cron I am