Re: [PHP] PHP as a cron job

2002-01-17 Thread Tiago Luchini
Unable to open /home/admin/webmin-0.85/ in Unknown on line 0 this is possibly a path or env issue. have you tried using absolute filenames? Yes. Same thing happens with absolute or relative paths. what's the line in your code where this error occurs? it doesn't run any line

Re: [PHP] PHP as a cron job

2002-01-17 Thread Tiago Luchini
This is exactly what the documentation says. I have tried this (and also others) configuration. In any scenario the error message is the same. I am not clear on what you are trying do. However, let me tell you how we are running PHP scripts as cron jobs. We have setup cron to execute a

[PHP] PHP as a cron job

2002-01-16 Thread Tiago Luchini
I have been trying to use some PHP scripts as a Linux cron job. It tries to run but replies that: Unable to open /home/admin/webmin-0.85/ in Unknown on line 0 I have no idea why PHP parser is making this confusion. Could anyone bring some light to this mistery please? Atenciosamente, Tiago

Re: [PHP] PHP as a cron job

2002-01-16 Thread Dennis Moore
: [PHP] PHP as a cron job I have been trying to use some PHP scripts as a Linux cron job. It tries to run but replies that: Unable to open /home/admin/webmin-0.85/ in Unknown on line 0 I have no idea why PHP parser is making this confusion. Could anyone bring some light to this mistery please

Re: [PHP] PHP as a cron job

2002-01-16 Thread Tiago Luchini
: Dennis Moore [EMAIL PROTECTED] To: Tiago Luchini [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 12:18 PM Subject: Re: [PHP] PHP as a cron job Please provide more information on how you have set up PHP to run your cron jobs. Are you trying to execute via LYNX or directly

Re: [PHP] PHP as a cron job

2002-01-16 Thread mike cullerton
PROTECTED] Sent: Wednesday, January 16, 2002 12:18 PM Subject: Re: [PHP] PHP as a cron job Please provide more information on how you have set up PHP to run your cron jobs. Are you trying to execute via LYNX or directly via a PHP script? /dkm - Original Message - From

Re: [PHP] PHP as a cron job

2002-01-16 Thread Mehmet Kamil ERISEN
Moore [EMAIL PROTECTED] To: Tiago Luchini [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 12:18 PM Subject: Re: [PHP] PHP as a cron job Please provide more information on how you have set up PHP to run your cron jobs. Are you trying to execute via LYNX

Re: [PHP] PHP as a cron job

2002-01-16 Thread Tiago Luchini
Unable to open /home/admin/webmin-0.85/ in Unknown on line 0 this is possibly a path or env issue. have you tried using absolute filenames? Yes. Same thing happens with absolute or relative paths. what's the line in your code where this error occurs? it doesn't run any line at

Re: [PHP] PHP as a cron job

2002-01-16 Thread Tiago Luchini
I have to sweat my way through /usr/bin/php if that does not work try /usr/local/bin/php or ask the Unix Sysadmin. both paths work under a TTY but not when I send my script to cron. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] PHP as a cron job

2002-01-16 Thread mike cullerton
on 1/16/02 11:26 AM, Tiago Luchini at [EMAIL PROTECTED] wrote: Unable to open /home/admin/webmin-0.85/ in Unknown on line 0 this is possibly a path or env issue. have you tried using absolute filenames? Yes. Same thing happens with absolute or relative paths. what's the line in your

Re: [PHP] PHP as a cron job

2002-01-16 Thread Anas Mughal
I am not clear on what you are trying do. However, let me tell you how we are running PHP scripts as cron jobs. We have setup cron to execute a shell script. The shell script invokes {path-to-php-binary}/php -q my_script.php That works fine. Hope that helps. --- mike cullerton [EMAIL

Re: [PHP] PHP as a cron job

2002-01-16 Thread sundogcurt
I know this is a total hack job but could you say, set the location of the script as your default page in a browser, then open the browser via cron and it would run it as the page opens? I am interested in this too, I am VERY new to Linux and have only just started to look at cron, any