reassign 499370 kronolith2 2.1.4-1etch1 tag 499370 + patch thanks kronolith explicitly uses php4 instead of letting the debian alternatives system take care of that. If you use php5 for horde, then the kronolith2 cron job ends up with a different environment than horde, which can trigger this bug. It will fill your log once a minute with the mentioned error message.
cheers, tom
--- kronolith2.orig 2008-12-12 20:57:54.000000000 +0100 +++ kronolith2 2008-12-12 20:58:01.000000000 +0100 @@ -1,4 +1,4 @@ # # Regular cron jobs for the kronolith2 package # -* * * * * root test -x /usr/bin/php4 && /usr/bin/php4 -q /usr/share/horde3/kronolith/scripts/reminders.php 1>&2 > /dev/null +* * * * * root test -x /usr/bin/php && /usr/bin/php -q /usr/share/horde3/kronolith/scripts/reminders.php 1>&2 > /dev/null