[kronolith] email reminder (again...)

Jan Schneider jan at horde.org
Tue May 25 03:44:46 PDT 2004


Zitat von Daniel Eckl <daniel.eckl at gmx.de>:

> Second problem:
> When the reminder is triggered, I don't get an email, but a php error
> message:
>
> PHP Fatal error:  Call to undefined function:  raiseerror() in
> /usr/share/php/Mail/RFC822.php on line 198
>
> Can somebody tell me what I'm misssing that the function call raiseerror
> failes?

You don't set the correct include_path for PHP globally. As the reminder
script calls the PHP CLI that doesn't run in a web context, any settings in
httpd.conf or .htaccess don't work, you need to set the correct
include_path to your PEAR repository in php.ini (or php-cli.ini if you like
and have a recent PHP version).

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting.php


More information about the kronolith mailing list