6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/28/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#14158] cron horde alarms vs ingo hooks mail has Busy in Subject
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. .. .. ..___ | ||\ |\ /|\ |[__ |/\|| \| \/ | \||
Comment
> After upgrade > > i had > > /usr/bin/horde-alarms > PHP Fatal error: Call to a member function getParam() on a non-object > in /usr/share/horde/ingo/config/hooks.php on line 71 > > ==================== > > Fatal Error: > Call to a member function getParam() on a non-object > In /usr/share/horde/ingo/config/hooks.php on line 71 > > 1. Horde_ErrorHandler::catchFatalError() > > fixed with > > ingo hooks.php > > public function transport_auth($driver) > { > switch ($driver) { > case 'timsieved': > $ob = $GLOBALS['registry']->call('mail/imapOb'); > > if (!$ob) { > return true; > } > > return array( > 'euser' => $ob->getParam('username'), > 'password' => $ob->getParam('password'), > 'username' => $GLOBALS['registry']->getAuth(null) > ); > }return true; > } > } > > this worked but the alarm reminder mail now has now > > "Busy" in Subject ,it should have title of appointment in the mail > subject as it was before
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers