[kronolith] Re: Reminders not working, help wanted.
Jan Schneider
jan at horde.org
Wed Feb 23 02:51:10 PST 2005
Zitat von Anant Athavale <anant at isac.ernet.in>:
> output of
>
> /usr/bin/php -l /home/horde/kronolith/scripts/reminders.php
> No syntax errors detected in /home/horde/k/usr/bin/php -l
>
> output of
>
>
> /usr/bin/php /home/horde/kronolith/scripts/reminders.php
> X-Powered-By: PHP/4.3.2
> Set-Cookie: Horde=0707e23a201fa462ab393f6ff6cf6e56; path=/horde;
> domain=127.0.0.1
> Expires: Thu, 19 Nov 1981 08:52:00 GMT
> Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
> Pragma: no-cache
> Content-Type: text/html; charset=ISO-8859-1
This means that your PHP executable is a CGI version of PHP, not CLI
what it is supposed to be. reminders.php should bail out if the PHP
that is executing the script isn't a CLI, but this doesn't seem to work
for you either. Try to comment out the "exit" in line 24.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
More information about the kronolith
mailing list