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 |
State ⇒ Resolved
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
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
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Whups
Summary ⇒ whups-reminders script "Class 'horde_scheduler_whups' not found"
Type ⇒ Bug
State ⇒ Unconfirmed
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.