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

2003-02-28 Thread Justin Michael Couto
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 sure you have tried this, but, Do you call the full path to ph

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

2003-02-28 Thread CodersNightMare
ay, 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 Michael Couto" <[EMAIL PROTECTED]> To: "'Ern

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

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

2003-02-28 Thread Justin Michael Couto
--Original 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 Mes

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

2003-02-28 Thread R'twick Niceorgaw
Somnio World Web Solutions http://www.somnioworld.com > > > -Original Message- > From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED] > Sent: Friday, February 28, 2003 12:55 AM > To: Justin Michael Couto > Cc: [EMAIL PROTECTED] > Subje

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

2003-02-28 Thread Justin Michael Couto
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: > >* * * * * /path/to

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 p

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

2003-02-27 Thread Justin Michael Couto
I am trying to run a PHP CLI script from cron using PHP 4.3 and FreeBSD 5.0 This is what I have verified: My clock is set right I can run bash scripts from cron I have tried running the script as root and as other users If I run the PHP CLI script by had it works fine I set cron to run the scri