Re: Re[2]: [PHP] php as cron

2001-06-22 Thread lenar
> I have had the same problem in some debian installations. > As far as I investigaed, it possibly has to deal with the TERM > parameter but finally I did solve the problem installing also a > copiled version of PHP an calling it like: > > * * * * * php /var/www/path/to/script.php This m

Re[2]: [PHP] php as cron

2001-06-22 Thread Gianluca Baldo
AB> If I execute this from the shell ./pop it works OK. AB> But as a cron job I get an error message sent to my mail box AB> "Your terminal lacks the ability to clear the screen or position the AB> cursor.", AB> hence this 'clear' bit in my script to try to sort the problem but no joy. I have ha