[Tickets #14158] cron horde alarms vs ingo hooks mail has Busy in Subject

noreply at bugs.horde.org noreply at bugs.horde.org
Fri Nov 6 18:42:57 UTC 2015


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: https://bugs.horde.org/ticket/14158
------------------------------------------------------------------------------
  Ticket           | 14158
  Erstellt Von     | rs at sys4.de
  Zusammenfassung  | cron horde alarms vs ingo hooks mail has Busy in Subject
  Warteschlange    | Horde Groupware Webmail Edition
  Version          | 5.2.11
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 1. Low
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


rs at sys4.de (2015-11-06 18:42) hat geschrieben:

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





More information about the bugs mailing list