[horde] horde-alarms hooks.php on line 71
Robert Schetterer
rs at sys4.de
Fri Nov 6 15:01:05 UTC 2015
Am 06.11.2015 um 14:08 schrieb Robert Schetterer:
> Am 06.11.2015 um 13:06 schrieb Robert Schetterer:
>> Hi @ll
>>
>> after upgrade to
>>
>> Horde Groupware Webmail Edition 5.2.11
>>
>> i have
>>
>>
>> /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()
>>
>>
>> any idea ?
>>
>> Best Regards
>> MfG Robert Schetterer
>
> sorry forgot ,this is in the hooks
>
> public function transport_auth($driver)
> {
> switch ($driver) {
> case 'timsieved':
> $ob = $GLOBALS['registry']->call('mail/imapOb');
> return array(
> 'euser' => $ob->getParam('username'),
> 'password' => $ob->getParam('password'),
> 'username' => $ob->getParam('username')
> );
> }return true;
> }
>
>
> }
>
> guess this broke with the update
>
>
>>
>
>
>
> Best Regards
> MfG Robert Schetterer
>
ok found something
http://horde.690.n7.nabble.com/horde-remove-user-data-gives-an-error-td131405.html
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;
}
}
works with ingo sieve multi domain
and no error on alarm script
but i still testing
Best Regards
MfG Robert Schetterer
--
[*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein
More information about the horde
mailing list