[Tickets #10783] whups-reminders script "Class 'horde_scheduler_whups' not found"
bugs at horde.org
bugs at horde.org
Fri Nov 18 11:19:44 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10783
------------------------------------------------------------------------------
Ticket | 10783
Created By | yves.bilgeri at bbw.ch
Summary | whups-reminders script "Class 'horde_scheduler_whups'
| not found"
Queue | Whups
Version | 2.0
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
yves.bilgeri at bbw.ch (2011-11-18 11:19) wrote:
I've a fresh installation of the latest Horde and Whups, installed with
separate PEAR directory.
When I call the whups-reminders script like this:
php -d include_path=/var/www.vhost/example.net/html/horde/pear/php/
/var/www.vhost/example.net/html/horde/pear/whups-reminders
it ends with the error:
PHP Fatal error: Class 'horde_scheduler_whups' not found in
/var/www.vhost/example.net/html/horde/pear/php/Horde/Scheduler.php on
line 111
The reminders.php file contains the following:
$reminders[] = array('frequency' => '* 55 * * *',
'server_name' => 'www.example.net',
'queue' => 1,
'unassigned' => 'test at example.net',
'category' => array('unconfirmed', 'new',
'assigned', 'Offen'));
Just to note, the whups-mail-filter script works perfect with the same
include path.
More information about the bugs
mailing list