[PHP] Still no luck running a PHPCLI script from CRON

2003-03-03 Thread Justin Michael Couto
Ok, by looking at my cron logs it looks like cron is trying to run my PHP CLI script. However, it is not running it. I only have one line of code that isn't commented out and the line simply sends me an email using the PHP mail() function. Tom suggested that maybe the script is running, but

Re: [PHP] Still no luck running a PHPCLI script from CRON

2003-03-03 Thread Dan Hardiker
Ok, by looking at my cron logs it looks like cron is trying to run my PHP CLI script. However, it is not running it. I only have one line of code that isn't commented out and the line simply sends me an email using the PHP mail() function. One thing to keep in mind when working with crontab

RE: [PHP] Still no luck running a PHPCLI script from CRON

2003-03-03 Thread Justin Michael Couto
Dan, I used your example exactly like you have it specified. My cron log looks like this: Mar 3 15:53:00 prod /usr/sbin/cron[3085]: (root) CMD (/usr/local/contab-scripts/wibble.php) Mar 3 15:54:00 prod /usr/sbin/cron[3085]: (root) CMD (/usr/local/contab-scripts/wibble.php) However, it does

Re[2]: [PHP] Still no luck running a PHPCLI script from CRON

2003-03-03 Thread Tom Rogers
Hi, Tuesday, March 4, 2003, 10:01:25 AM, you wrote: JMC Dan, JMC I used your example exactly like you have it specified. My cron log JMC looks like this: JMC Mar 3 15:53:00 prod /usr/sbin/cron[3085]: (root) CMD JMC (/usr/local/contab-scripts/wibble.php) JMC Mar 3 15:54:00 prod

[PHP] Still no luck running a PHPCLI script from CRON -- getting closer

2003-03-03 Thread Justin Michael Couto
: Monday, March 03, 2003 6:23 PM To: Justin Michael Couto Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re[2]: [PHP] Still no luck running a PHPCLI script from CRON Hi, Tuesday, March 4, 2003, 10:01:25 AM, you wrote: JMC Dan, JMC I used your example exactly like you have it specified. My cron log

[PHP] Still no luck running a PHPCLI script from CRON

2003-03-02 Thread Justin Michael Couto
Does anyone have a PHP CLI script running from cron? If so I would greatly appreciate any assistance. Below is everything from this on going problem. It seems none has an answer so far. Please help. XXX I tried to run the

Re: [PHP] Still no luck running a PHPCLI script from CRON

2003-03-02 Thread Tom Rogers
Hi, Monday, March 3, 2003, 6:33:46 AM, you wrote: JMC Does anyone have a PHP CLI script running from cron? JMC If so I would greatly appreciate any assistance. Below is everything JMC from this on going problem. It seems none has an answer so far. JMC Please help. JMC

RE: [PHP] Still no luck running a PHPCLI script from CRON

2003-03-02 Thread Justin Michael Couto
Tom, Did you run the script from cron? If so, what operating system are you using? Putting PHP info in my script won't do me any good since cron won't run it. The trouble is that cron does nothing. When I run the email script I get no mail. If I run the script from the command line by hand

Re[2]: [PHP] Still no luck running a PHPCLI script from CRON

2003-03-02 Thread Tom Rogers
Hi, Monday, March 3, 2003, 2:54:47 PM, you wrote: JMC Tom, JMC Did you run the script from cron? If so, what operating system are you JMC using? Putting PHP info in my script won't do me any good since cron JMC won't run it. The trouble is that cron does nothing. When I run the JMC email