6.0.0-beta1
8/14/25

[#10783] whups-reminders script "Class 'horde_scheduler_whups' not found"
Summary whups-reminders script "Class 'horde_scheduler_whups' not found"
Queue Whups
Queue Version 2.0
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester yves.bilgeri (at) bbw (dot) ch
Created 11/18/2011 (5018 days ago)
Due
Updated 11/21/2011 (5015 days ago)
Assigned
Resolved 11/21/2011 (5015 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/21/2011 10:33:47 AM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
11/21/2011 10:33:35 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git for this ticket:

Fix scheduler class name to allow for autoloading (Bug #10783).

  5 files changed, 40 insertions(+), 38 deletions(-)
http://git.horde.org/horde-git/-/commit/9af4bf99dd5afe116f73cf4b7e1f7787c3b25515
11/21/2011 10:33:29 AM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Don't lowercase class name to allow for autoloading (Bug #10783).

  2 files changed, 4 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/34c57dab0cf5671f576ccb0cc67dde5bd509b7d7
11/18/2011 11:19:44 AM yves (dot) bilgeri (at) bbw (dot) ch Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Whups
Summary ⇒ whups-reminders script "Class 'horde_scheduler_whups' not found"
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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@example.net',
                      'category' => array('unconfirmed', 'new',
'assigned', 'Offen'));


Just to note, the whups-mail-filter script works perfect with the same
include path.

Saved Queries